D
D
djpon942014-03-26 19:55:11
Java
djpon94, 2014-03-26 19:55:11

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

1 answer(s)
P
Push Pull, 2014-03-26
@djpon94

"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 question

Ask a Question

731 491 924 answers to any question