Skip to content

Instantly share code, notes, and snippets.

@arnaudgiuliani
Last active February 23, 2021 13:36
Show Gist options
  • Save arnaudgiuliani/ef8394c4a7e6021d89d972f8dde84fb3 to your computer and use it in GitHub Desktop.
Save arnaudgiuliani/ef8394c4a7e6021d89d972f8dde84fb3 to your computer and use it in GitHub Desktop.
class MyActivity : AppCompatActivity, AndroidScopeComponent {
// get current Activity's scope
override val scope : Scope by activityScope()
// MyPresenter is resolved from MyActivity's scope
val presenter : MyPresenter by inject()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment