I am making an offline encyclopedia app. So large text data must be stored for using them when required. So is it a good practice to use strings.xml resource file to store such large amount of text data? Will it result in any kind of performance issues?
Asked
Active
Viewed 6,649 times
7
-
yes of course you can save... – Mustanser Iqbal Dec 17 '15 at 11:07
2 Answers
6
Yes, of course. it's better to use for your text even large static text. Check some useful links for better understanding: Which is better when storing some large texts: strings in XML resource file or a java Strings in a class
http://developer.android.com/guide/topics/resources/string-resource.html