Answer the question
In order to leave comments, you need to log in
How to organize text storage in Android?
Hello. I'm writing a simple "delusion generator" program.
You need to keep a table with different words, taking into account the fact that you can easily add new words to the "dictionary".
The simplest solution is to create a *.txt file with a list of these words, and then read them into an array.
Where is the best place to create such a file if I am writing a program in Eclipse?
Is there a better solution to this problem?
Answer the question
In order to leave comments, you need to log in
"We need to keep a table with different words, taking into account the fact that you can easily add new words to the "dictionary.""
the simplest solution is to use SQLite
plus in that you can conveniently avoid repetitions, convenient search for what else you need.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question