XML : Is it okay to use strings.xml Resource file for storing large text in Android?

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?

No comments:

Post a Comment