In a table of let say 100 items, which is the best approach to get the last 20 objects. One way I can think of is to load all the objects , reverse the array , create a new array and loop from the results for 20 times filling the new array and return it. ... RealmResults<DataObject>results = realm.where(DataObject.class) .findAllSorted.
geometry unit 6 exam