parsing - How to load specific files for different countries in Android -
possible duplicate:
change language programatically in android
i develop android app offer specific information based on user selection of country. user choose country , app update fields country. information text. each country information 2-3 pages, different main fields.
my first thought add text files application in "res/raw" folder , load them after getting user preference. best way it? idea add xml files in res/xml ( easier parse? ).
and if go prepackaged text files, best way parse text file adding information in specific fields of application?
i think put them in "res/raw
". may consider using xml
files instead of plain text files. easier parse , better organized.
Comments
Post a Comment