Skip to content

Instantly share code, notes, and snippets.

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