sharedpreferences topic

List sharedpreferences repositories

Awesome-Android-Persistence

71
Stars
11
Forks
Watchers

A curated list of awesome android persistence libraries about SQLite, ORM, Mobile Database, SharedPreferences, etc.

ColorPickerPreference

478
Stars
51
Forks
Watchers

🎨 A library that lets you implement ColorPicker, ColorPickerDialog, ColorPickerPreference.

rxkprefs

277
Stars
18
Forks
Watchers

🛠 A small Kotlin library to make shared preferences easy + RxJava and Coroutines support

Android-Debug-Database

8.4k
Stars
871
Forks
Watchers

A library for debugging android databases and shared preferences - Make Debugging Great Again

armadillo

277
Stars
52
Forks
Watchers

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

128
Stars
9
Forks
Watchers

Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()

android-prefs

182
Stars
23
Forks
Watchers

Android preferences for WINNERS!

Secured-Preference-Store

562
Stars
97
Forks
Watchers

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

312
Stars
29
Forks
Watchers

A custom preference item for easy implementation of a color picker in Android's preference screen.

reactor

39
Stars
0
Forks
Watchers

Reactor is key value database and is a great alternative to Shared Preferences.