Harry you mean using a HashMap or an ArrayList with the 5000 words "hard-coded"? That sounds like a bad idea, not to mention you'll go crazy programming it.In my opinion the best approach is a SQLite database, but I'm just a Newbie with Android, maybe some of the Gurus out there can give you a better hint! Take care.
On 3 mar, 20:04, Harry68 <[email protected]> wrote: > Hello Everyone, > > I want to write an dictionary application for Android. > I want it offline with at least 5000words. > my questions are: > > what should I use to store my words, I mean is it a good idea to > create an ArrayList, hashmap etc? > if not then why and what do you propose? > > the more important thing for me this this how to create a database to > store the words which will be at least 5000 > I want the apps to work fast and work offline no need of network. > > thanks in advance -- 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

