Skip to content

Instantly share code, notes, and snippets.

@tolmachevroman
Last active November 26, 2017 05:15
Show Gist options
  • Save tolmachevroman/e60f67bb1f9ce9d677b750b2e9288b90 to your computer and use it in GitHub Desktop.
Save tolmachevroman/e60f67bb1f9ce9d677b750b2e9288b90 to your computer and use it in GitHub Desktop.
Medium Post 2. AndroidInjection
class RestaurantsMapActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
AndroidInjection.inject(this)
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_restaurants_map)
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment