Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created September 22, 2020 04:52
Show Gist options
  • Save ch8n/77cf7ec5c1f6129491c6f75bd4d12269 to your computer and use it in GitHub Desktop.
Save ch8n/77cf7ec5c1f6129491c6f75bd4d12269 to your computer and use it in GitHub Desktop.
for medium article
class MovieDetailActivity : AppCompatActivity() {
private laterinit var viewmodel: MovieViewModel
override fun onCreate(savedInstanceState: Bundle?) {
...
viewmodel = Injector.detailViewModel(this)
...// viewModle is ready to be used...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment