https://github.com/boltuix/android-preferences
Android Preferences - Kotlin
https://github.com/boltuix/android-preferences
android-jetpack-preferences preferences
Last synced: about 5 hours 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T07:48:45.000Z (over 3 years ago)
- Last Synced: 2025-02-17T07:33:37.682Z (over 1 year 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 - Kotlin
Implementing 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