以干净的方式存储android偏好

时间:2014-12-16 10:26:46

标签: android preferences

如何以干净的方式存储Android偏好。 我经常最终在Singleton类中存储用户首选项,它包装了SharedPreferences,但是在添加首选项时很难维护。

1 个答案:

答案 0 :(得分:1)

我最终在android中开发了这个小商店首选项框架。 https://github.com/CaoManhDat/android-clean-preferences