Skip to content

Instantly share code, notes, and snippets.

@Komarev
Created May 18, 2016 15:24
Show Gist options
  • Save Komarev/42b1919ee558a6472c3b3bfd6ef0ca94 to your computer and use it in GitHub Desktop.
Save Komarev/42b1919ee558a6472c3b3bfd6ef0ca94 to your computer and use it in GitHub Desktop.
Realm realm = getRealmInstance();
List<User> res = realm.where(User.class).findAll();
List<User> list = new ArrayList<>();
realm.close();
return list;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment