Skip to content

Instantly share code, notes, and snippets.

@lucnicolas
Last active April 15, 2020 11:54
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 lucnicolas/bbe753e7788233e99cfd375eff87aaa9 to your computer and use it in GitHub Desktop.
Save lucnicolas/bbe753e7788233e99cfd375eff87aaa9 to your computer and use it in GitHub Desktop.
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
mViewModel = ViewModelProviders.of(this).get(ScoreViewModel.class);
// Other setup code below...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment