0
score
791
views
no
status
CC BY-SA 3.0
Save Arraylist of custom objects SharedPreferences
I would look into storing the data into a SQLiteDatabase . SharedPreferences wasn't intended to save custom objects. If you really want to use SharedPreferences then Gson will be the best solution. API 11 added the...