Just my question, how to save Arraylists and tables in SharedPreferences
?
I specify that the backup is necessary to the operation of the application and will be offline.
int REPONSE[]= new int[5];
And
ArrayList CATEGORIE1 = new ArrayList();
My data to save this int arraylist.