S
S
samarjan2015-01-20 21:49:57
Android
samarjan, 2015-01-20 21:49:57

Where is the best place to save a small dictionary?

I ask for hints, how best to save a small dictionary, the words from which will be tags in the application? The first thing that comes to mind is to use a database, but it seems to me that this is too large a solution for a simple task.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
IceJOKER, 2015-01-20
@IceJOKER

But SharedPreferences will definitely not work for a dictionary, then there is only one option left - files, now the choice is yours.
Messing around with files or still SQLite.
Of course, if few operations are needed and the dictionary is really simple, then you can save data to a file and work with the file.
But the DB has more advantages over getting data, etc.

A
anyd3v, 2015-01-20
@anyd3v

In addition to the previous realm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question