Kotlin preference via delegates (DataStore, Flow) + DSL for RecyclerView based preference screen.
This allows you to set up preferences and build preference screens based on JetPack DataStore
(or any custom storage) elegantly, fast and easily
Dolly is a library that combines 2 types of sharedPreferences in one place:
EasyPrefs is a wrapper on the android shared preferences, also it will need only one-time initialization and used in the whole project without context, it supports encryption and decryption with extended APIs.
A beautiful and extensible API for bulding preferences screen
A simple way to manage SharedPreferences for Android with Kotlin.
Preffy is a library that wraps over Android's native EncryptedSharedPreferences class and gives you a clean and simple API to store the key value pairs. Both keys and values are encrypted, thus adding a security layer to protect your data.
Fast and easy Shared Preferences management with annotated object mapping for simple or complex class structures.
KryptoPrefs is an open source Kotlin library for handling encrypted SharedPreferences in Android.
Save and load objects from SharedPreferences in a faster and simpler way with Kotlin Extensions.
A live shared preferences library for Android.
ShouldSet is an Android library written in Kotlin used to build and menage preferences screens.
Inspired by Telegram X android app material style, specifically by the settings one, it provides a declarative way to add ready-to-use preference items in your views and manage the preference values everywhere in your code.
EasySharedPreferences is a powerful library to work with key-value storages in Android.
Guru is a handy and powerful library to work with key-value storages in Android.
This library is an efficient and super easy way to use Android Shared Preferences without complexity and supports all of it functionalities.
A Kotlin library that makes Android SharedPreferences easier to use.
This library incorporates annotation processing to ensure the compile time verification for user-defined shared preferences.
Every setter/getter method have reactive alternative.
Android library to handle POJO as shared Preferences easily.
Easily change theme, background colors, text colors, icon tint colors, custom drawables, NavigationView item colors, TabLayout colors and more...
A library designed to replace default preferences on Android framework with something beauty. Hate the old preference style? Try this lib!
A Powerful library to control and simplify the usage of shared preference in Android.
GoodPrefs is an Android library for easy access to Android Shared Preferences.
A super lightweight Android library to work with preferences.
An Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()
An Android (kotlin & java) library to store any kind of data structures, using SharePreferenced
.
Android library for displaying data based on JSON configuration fetched from server. With this library, you can kiss goodbye to string.xml, dimen.xml, arrays.xml.
Keep all your string / integer / array config in one file. The library will automatically fetch the data from the url you provide.
Makes it easy to create a beautiful preference screen for your app. Generates an Activity
or Fragment
.
CryptoPrefs is the new cutting edge Andorid library for storing encrypted preferences securely and keeping them apart from indiscrete user's eyesights.
Your keys and values are encrypted using AES/CBC/PKCS5Padding algorithm and wrapped up using standard Base64 encoding. This library focus is put on reliability, security, lightness and speed.
EasyPrefs makes shared preference so much easier to use throughout the entire app with just a few lines of code!