SQLite would be simplest, but can be a bit storage-hungry if you had, say 100,000 entries. For a few thousand entries, though, it's probably the way to go.
On Aug 22, 6:39 pm, Dominic <[email protected]> wrote: > I want to have a list of restaurants with information such as > addresses and phone numbers in my app. I also want to be able to edit > this information after the app is published. What is the standard way > for doing this? Would I need to use a SQLite database? > > Any ideas are appreciated. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

