xaverkapeller/SimplePreferences
The preferences you always wanted on Android
This project simplifies how Android app developers manage user preferences and app settings. It helps you define what settings your app needs, and then handles saving and loading these settings from the device. Android app developers who want to easily store and retrieve user choices, like app themes or notification settings, will find this useful.
No commits in the last 6 months.
Use this if you are an Android developer looking for a straightforward way to add persistent user preferences to your application without writing extensive boilerplate code.
Not ideal if your app needs to store complex data types beyond basic strings, numbers, or booleans, as it only supports a limited set of primitive types.
Stars
9
Forks
2
Language
Java
License
—
Category
Last pushed
Nov 18, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/xaverkapeller/SimplePreferences"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
square/kotlinpoet
A Kotlin API for generating .kt source files.
dromara/fast-request
IntelliJ IDEA plugin Fast Request
ZacSweers/MoshiX
Extensions for Moshi including IR plugins, moshi-sealed, and more.
Kotlin/kotlinx-schema
Kotlin Multiplatform library that generates JSON Schemas from your methods and classes both at...
cnrture/QuickProjectWizard
🚀 Ultimate Android development companion for Android Studio. Create projects with modern...