It is my understanding that SharedPreferences has getStringSet() / putStringSet() to allow retrieval of several Strings at once. An annotated @SharedPref interface should allow a return type of Set<String>
It is my understanding that SharedPreferences has getStringSet() / putStringSet() to allow retrieval of several Strings at once.
An annotated @SharedPref interface should allow a return type of Set