Created
June 20, 2019 19:00
-
-
Save ceruleanotter/0133fd9c7e60d7836d0c986d03f7cc57 to your computer and use it in GitHub Desktop.
ViewModel Integrations: NavGraph with a ViewModel Example 1
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
// Any fragment's onCreate or onActivityCreated | |
// This ktx requires at least androidx.fragment:fragment-ktx:1.1.0 | |
val sharedViewModel: ActivityViewModel by activityViewModels() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment