Skip to content

Instantly share code, notes, and snippets.

@ch8n
Last active December 12, 2020 13:50
Show Gist options
  • Save ch8n/06ffd5dfaac4f217da8cabaabeb1a403 to your computer and use it in GitHub Desktop.
Save ch8n/06ffd5dfaac4f217da8cabaabeb1a403 to your computer and use it in GitHub Desktop.
for medium article
class MovieDetailActivity : AppCompatActivity() {
@Inject
internal laterinit var viewmodel: MovieViewModel
override fun onCreate(savedInstanceState: Bundle?) {
...
// viewmodel = Injector.detailViewModel(this) remove this line
...// viewModle is ready to be used...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment