android-prefs
android-prefs copied to clipboard
Android preferences for WINNERS!
Hi @BoD by default , I have class Worker and Manager, and skip add preference key, using default preference key: ``` @"Prefs" class Worker { String user; String password; }...
It'll be nice to support field annotations like [`IntDef`](https://developer.android.com/reference/android/support/annotation/IntDef.html) annotations. Eg. I want that this field ``` java @Navigation.NavSection @DefaultInt(Navigatory.DEFAULT_NAV_SECTION) //DEFAULT_NAV_SECTION == 666 Integer currentNavItem; ``` will generate ``` java...
It will be great to have easy way to put and get custom POJO objects to shared prefs. One of the simplest solution would be use gson or jackson to...