Skip to content

Instantly share code, notes, and snippets.

@iChintanSoni
Last active June 26, 2018 07:58
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 iChintanSoni/07d0e92aa0cdea49a7f9b60fea60873e to your computer and use it in GitHub Desktop.
Save iChintanSoni/07d0e92aa0cdea49a7f9b60fea60873e to your computer and use it in GitHub Desktop.
class HomeActivity : DaggerAppCompatActivity() {
@Inject
lateinit var apiService: ApiService
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
// init UI
// Your apiService instance is ready to use.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment