Organize Android Realm data in lists
问题 I'm looking into migrating our current app to realm and trying to figure out what's the best way to organize the data into ream. For this question I'll focus on the Photo object of my data model (but there're others). All my data objects arrive from an API with endpoints such as: getPopular() , getNearbyPhotos(lat, lng) , getUserPhotos(userId) , getAlbumPhotos(albumId) , getCollection(type) . On most of those endpoints there're further parameters such as sort=best/chronological . We're