android-prefs icon indicating copy to clipboard operation
android-prefs copied to clipboard

Android preferences for WINNERS!

Results 3 android-prefs issues
Sort by recently updated
recently updated
newest added

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...