Saving a List of Strings in Android with SharedPreferences
The SharedPreferences class allows you to save preferences specific to an android Application. API version 11 introduced methods putStringSet and getStringSet which allows the developer to store a list of …