Answer the question
In order to leave comments, you need to log in
Using string resources... how?
I want to fill a string resource file with arrays of this type:
<string-array name="Jungle Book">
<item>50</item>
<item>детский</item>
<item>джунгли</item>
<item>приключения</item>
<item>... довольно таки длинный текст... (500 знаков)</item>
</string-array>
String[] planets = res.getStringArray(R.array.planets_array);
Answer the question
In order to leave comments, you need to log in
Use a database, it can be populated on first run from a json file.
You can see how it's done in the Google app iosched2014
You can start right here
Can you use a database?
There is no problem to use different databases for different languages
Throw a file with strings / separators into raw and organize reading from it (by the way, raw even supports localization)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question