I have a online json file with arrays with categories as follows:
[{"id":1,"name":"Moda","howmuch":42}, (...)]
And there's 11 of these categories. Now what I need is to make that the app will download these arrays and put them to the Android app, so user can choose a category. It cannot be hardcoded to strings.xml.