Populating a ListView from SharedPreferences
问题 What I'm looking to do is populate a ListView from an AlertDialog entry. I've tried to do this with SharedPreferences, previously I've had the last entry just saving into the ListView (if I entered more than one String), so when I left the activity and returned all that appeared in the list was my last entry. However I figured that problem out and have modified the save procedure to change the "Key" field of the stored preference by incrementing an attached Int variable. To give you the full