So i need to update information in my app. Currently the info is in a strings.xml file.
My plan is to download the array of strings and save them locally and display it in relevant places.
What i am stuck with is:
I don't know how to get the array from the web. Should it be in a .txt file?
I have 10 or so Arrays(each containing about 20 elements), will the method i thought of be good for this?