I've found several similar pages that haven't quite been able to address my dilemna. Here goes:
I would like to be able to create a SharedPreferences list in Android that is extractable with an iterator (loop). Somehow I need to be able to add to a list with a key-value of "[Arrayname]+[element_number]" format. I also need to be able to add/remove values at will.
-- How will I be able to add to the end if I don't know how long the current SharedPrefs list is?
-- I also need the length of the SharedPrefs list to create arrays from it.