Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boltuix/android-preferences
Android Preferences - Kotlin
https://github.com/boltuix/android-preferences
android-jetpack-preferences preferences
Last synced: 10 days ago
JSON representation
Android Preferences - Kotlin
- Host: GitHub
- URL: https://github.com/boltuix/android-preferences
- Owner: BoltUIX
- License: apache-2.0
- Created: 2022-10-10T15:31:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T07:48:45.000Z (about 2 years ago)
- Last Synced: 2024-11-06T19:42:43.961Z (about 2 months ago)
- Topics: android-jetpack-preferences, preferences
- Language: Kotlin
- Homepage: https://www.boltuix.com/2022/10/how-to-implementing-android-jetpack.html
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android-Preferences
Android Preferences - KotlinImplementing a Settings screen in your application is the best way to provide a better user experience by giving users various options to use the application according to the way they want.
For ex, your application can let the user select the tone for the notification received from the application.
Read more:
https://www.boltuix.com/2022/10/how-to-implementing-android-jetpack.html