Skip to content

Instantly share code, notes, and snippets.

@ceruleanotter
Created June 20, 2019 19:14
Show Gist options
  • Save ceruleanotter/50f121bf959666568dba3ef17184393f to your computer and use it in GitHub Desktop.
Save ceruleanotter/50f121bf959666568dba3ef17184393f to your computer and use it in GitHub Desktop.
ViewModel Integrations: NavGraph with a ViewModel Example 3
val viewModel: CheckoutViewModel by navGraphViewModels(R.id.checkout_graph)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment