I'm reading JSON data from a PHP Service and everytime the version of that JSON changes, I want to store it on Android (replace the old data with the new one), the JSON is used only for fill a Spinner.
My question is: - The JSON has 36KB, is OK to store it on Shared Preferences has a String or should I use SQLite to store it?
There will be one update per month
Example of my data : http://zimp.hugo.webe.pt/api/occupations/list