GCX-HCI / tray

a SharedPreferences replacement for Android with multiprocess support
Apache License 2.0
2.29k stars 273 forks source link

SharedPreference UI #82

Open draekko opened 7 years ago

draekko commented 7 years ago

Just an FYI letting you i created a new library that utilizes tray to implement sharedpreference UI. It also handles Set < String > using JSON and saves it as a string. You could probably use the same method in tray as well.

https://github.com/draekko-rand/traypreferences

Currently only tested on API 23. I've included a sample app. The project uses Android Studio 2.2

draekko commented 7 years ago

Updated the code so now it should now work fine for API 21+.