What is the best way to store static data in android applciation?

Ash

New Member
I have a bunch of data (each data entity has some properties like id,name..).I want to store them statically in an Android application. What is the best way to do that?to allow reading them and access any entity in the data set?What about using arrays.xml (one for IDs and the other for names)?
 
Back
Top