Skip to content

Instantly share code, notes, and snippets.

@AdrianoCelentano
Last active March 5, 2019 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdrianoCelentano/dfaf3a1bb1769b57a922975210f5c89d to your computer and use it in GitHub Desktop.
Save AdrianoCelentano/dfaf3a1bb1769b57a922975210f5c89d to your computer and use it in GitHub Desktop.
ViewModelProvider
myViewModel = ViewModelProviders.of(this, viewModelFactory).get(MyViewModel::class.java)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment