Skip to content

Instantly share code, notes, and snippets.

@oznus
Created August 30, 2015 22:35
Show Gist options
  • Save oznus/2fd9c72b22f2134fb693 to your computer and use it in GitHub Desktop.
Save oznus/2fd9c72b22f2134fb693 to your computer and use it in GitHub Desktop.
Realm realm = Realm.getInstance(context);
realm.beginTransaction();
realm.copyToRealmOrUpdate(user);
realm.commitTransaction();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment