Skip to content

Instantly share code, notes, and snippets.

@raulh82vlc
Last active June 8, 2020 18:36
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 raulh82vlc/dc740640b539bb25e119bee91d4a4da1 to your computer and use it in GitHub Desktop.
Save raulh82vlc/dc740640b539bb25e119bee91d4a4da1 to your computer and use it in GitHub Desktop.
Network data source constructor
@Singleton
class NetworkDataSourceImpl @Inject constructor(
private val twitterApi: TwitterApi,
private val connectionHandler: ConnectionHandler,
private val requestsIOHandler: RequestsIOHandler,
private val taskThreading: TaskThreading
) : NetworkDataSource {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment