android-sharedpreferences
There are 6 repositories under android-sharedpreferences topic.
cioccarellia/ksprefs
Kotlin SharedPreferences wrapper & cryptographic android library.
drewhamilton/RxPreferences
An RxJava wrapper for Android's SharedPreferences
ChainsDD/RxPreferences
Android SharedPreferences made reactive
qiangjie/AnnotationsSharedPreferences
Android sharedPreferences generate util with annotations
alimogh/Android-SharedPreferences
Simple shared preference project for Android. You can check the tutorial in Bengali
technxtcodelabs/SharedPreference
Shared preferences is a light weight data storage option provided by Android. It allow us to store and retrieve small amounts of primitive data as key/value pairs in a file on the device. Shared preferences is mostly used to save preferences, i.e., user-specific data, like application settings, login sessions, etc.