datastore-preferences-app
Simple app to save values in Jetpack Data Store Preferences
DataStore Preferences
This is plain app to save values with the help of key. All data gets saved in DataStore Preferences. SharedPreferences is deprecated in new APIs. DataStore is more functional and retrieves data asychnorously.
Screenshots:
Tech stack:
- DataStore Preferences
- Kotlin Coroutines
- ViewBinding
- Flow