vendredi 16 octobre 2015

Sqlite or Array List

I am unsure of what would be the best method to save data in my app. Its its Map app and for each location I would want to save certain characteristics for example like shown here: enter image description here

  • I wouldn't need to be able to edit the data in the app It could just be readable.
  • I would want the be able to search if each Id had certain attributes then only display those on a map.
  • I would also want to be able to access the data for display on a map
  • There would be up to around 400 Id's.
  • The Data would ideally be stored in different types (string, integer, decimal).

Would it be best to save this data in a database like SQLite or a massive array list, or is there a better way?

Thanks in advance.

Aucun commentaire:

Enregistrer un commentaire