sharedpreferences topic
Awesome-Android-Persistence
A curated list of awesome android persistence libraries about SQLite, ORM, Mobile Database, SharedPreferences, etc.
ColorPickerPreference
🎨 A library that lets you implement ColorPicker, ColorPickerDialog, ColorPickerPreference.
rxkprefs
🛠A small Kotlin library to make shared preferences easy + RxJava and Coroutines support
Android-Debug-Database
A library for debugging android databases and shared preferences - Make Debugging Great Again
armadillo
A shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with opti...
Bulldog
Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()
android-prefs
Android preferences for WINNERS!
Secured-Preference-Store
A cryptography library and a SharedPreferences wrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device's KeyStore.
colorpreference
A custom preference item for easy implementation of a color picker in Android's preference screen.
reactor
Reactor is key value database and is a great alternative to Shared Preferences.