Skip to content

Instantly share code, notes, and snippets.

@ceruleanotter
Created June 20, 2019 19:00
Show Gist options
  • Save ceruleanotter/0133fd9c7e60d7836d0c986d03f7cc57 to your computer and use it in GitHub Desktop.
Save ceruleanotter/0133fd9c7e60d7836d0c986d03f7cc57 to your computer and use it in GitHub Desktop.
ViewModel Integrations: NavGraph with a ViewModel Example 1
// 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