Skip to content

Instantly share code, notes, and snippets.

@yashprakash13
Created February 5, 2019 13:52
Show Gist options
  • Save yashprakash13/15e09dbb20145b33d1be786d8f113d90 to your computer and use it in GitHub Desktop.
Save yashprakash13/15e09dbb20145b33d1be786d8f113d90 to your computer and use it in GitHub Desktop.
String title = "First note title";
String desc = "First note desc";
mRepository.insert(title, desc);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment