Skip to content

Instantly share code, notes, and snippets.

@mlykotom
Last active January 3, 2020 09:45
Show Gist options
  • Select an option

  • Save mlykotom/1ea71517aac6a1eda08507cbb4296774 to your computer and use it in GitHub Desktop.

Select an option

Save mlykotom/1ea71517aac6a1eda08507cbb4296774 to your computer and use it in GitHub Desktop.
Connecting The Dots :: Pure SavedState - ViewModel constructor
class SomeViewModel(
private val application: Application,
private val savedStateHandle: SavedStateHandle
){
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment