Reputation: 2112
How to store android preference in clean way. I often end up store user preferences in an Singleton class which wrap SharedPreferences but it make painful to maintain when preferences is added.
Upvotes: 0
Views: 67
Reputation: 2112
I end up with develope this tiny framework for store preference in android. https://github.com/CaoManhDat/android-clean-preferences
Upvotes: 1