Created
June 20, 2019 19:14
-
-
Save ceruleanotter/50f121bf959666568dba3ef17184393f to your computer and use it in GitHub Desktop.
ViewModel Integrations: NavGraph with a ViewModel Example 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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