I’m trying to add an arraylist to the preferences of my app…
At first the list should be empty, but then the user can add items,
which will be saved to the preferences…
and then the next time the user launches the app, he’ll see the list that he created earlier…
Thanx upfront.
SharedPreferences.Editor.putStringSet (String key, Set values)