DataStoreExample icon indicating copy to clipboard operation
DataStoreExample copied to clipboard

Jetpack DataStore is a data storage solution. It allows us to store key-value pairs (like SharedPreferences) or typed objects with protocol buffers. DataStore uses Kotlin and Coroutines + Flow to stor...

Results 1 DataStoreExample issues
Sort by recently updated
recently updated
newest added

The issue es related to the usage of the data store library. ** Details: When closing and reopening the sample app, the settings saved with the data store are reset...