Skip to content Skip to sidebar Skip to footer

Managing Multiple Sharedpreference Files

I'm looking for a good way to manage multiple SharedPreference files. Basically the user should be able to create, edit, and delete the preference files and then select the one the

Solution 1:

I'd use a single SharedPreferences object + an array of preference keys that would get prefixed for different configurations + a simple helper class.


Post a Comment for "Managing Multiple Sharedpreference Files"