Android Question Help with structure

ThePuiu

Active Member
Licensed User
Longtime User
Hi,
I need to store in memory a structure like:
[id,IdRoute, Latitude, Longitude, Name, Icon],[id,IdRoute, Latitude, Longitude, Name, Icon],....
I need to be able to quickly read in a loop the recordings that have a specific idRoute. What is the best approach?
Thank you!
 
Top