Skip to content

Instantly share code, notes, and snippets.

@vamsitallapudi
Created May 4, 2020 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vamsitallapudi/86ed98666813415651fbe93033fae517 to your computer and use it in GitHub Desktop.
Save vamsitallapudi/86ed98666813415651fbe93033fae517 to your computer and use it in GitHub Desktop.
class StoriesDataSourceProvider : DataSourceProvider {
override fun getDataSource(context:Context) : DataSource {
//build dependencies
return datasource
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment