Skip to content

Instantly share code, notes, and snippets.

@Nimrodda
Last active February 26, 2020 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nimrodda/e1b9855b3bdf5b2985fdaf6266cc7898 to your computer and use it in GitHub Desktop.
Save Nimrodda/e1b9855b3bdf5b2985fdaf6266cc7898 to your computer and use it in GitHub Desktop.
class DetailActivity : AppCompatActivity() {
private val viewModel: DetailViewModel by viewModels()
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
// Use viewModel here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment