Skip to content

Instantly share code, notes, and snippets.

@ceruleanotter
Last active June 26, 2017 22:03
Show Gist options
  • Save ceruleanotter/8a9072811a2ab00137ad2bbaa9685168 to your computer and use it in GitHub Desktop.
Save ceruleanotter/8a9072811a2ab00137ad2bbaa9685168 to your computer and use it in GitHub Desktop.
ViewModel BlogPost : Part 1 : Step 2
@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