Skip to content

Instantly share code, notes, and snippets.

@tizisdeepan
Created July 28, 2020 17:01
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 tizisdeepan/9bc10a3282b65765bc55b3ff7e6701a7 to your computer and use it in GitHub Desktop.
Save tizisdeepan/9bc10a3282b65765bc55b3ff7e6701a7 to your computer and use it in GitHub Desktop.
@AndroidEntryPoint
class MainActivity : MyBaseActivity() {
@Inject lateinit var apiService: ApiService
override fun onCreate(savedInstanceState: Bundle?) {
// Injection happens in super.onCreate().
super.onCreate()
// Do something with apiService ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment