Skip to content

Instantly share code, notes, and snippets.

@AlexJuca
Created May 31, 2018 11:17
Show Gist options
  • Save AlexJuca/a1be8b847faa717411958de520833494 to your computer and use it in GitHub Desktop.
Save AlexJuca/a1be8b847faa717411958de520833494 to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_user_profile)
mViewModel = ViewModelProviders.of(this).get(UserProfileViewModel.class);
// Other setup code below...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment