-
Hi
I think [datastore-preferences](https://mvnrepository.com/artifact/androidx.datastore/datastore-preferences/1.1.1) is better than [multiplatform-settings](https://github.com/russhwolf/multiplatfor…
-
Sentry Issue: [WOOCOMMERCE-ANDROID-G1K](https://a8c.sentry.io/issues/6036044657/?referrer=github_integration)
```
InvalidProtocolBufferException: Protocol message contained an invalid tag (zero).
…
-
**[URL of codelab:](https://github.com/google-developer-training/basic-android-kotlin-compose-training-dessert-release)**
**Build failure**
Duplicate class com.google.common.util.concurrent.…
-
datastore contains libdatastore_shared_counter.so,
this so file support 16kb page size in android 15?
-
### What package does this bug report belong to?
shared_preferences
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency …
-
**Is your feature request related to a problem? Please describe.**
As a result of ongoing gradual modernization of the app, currently preference utilities are scattered across Java and Kotlin that us…
-
**URL of codelab:https://developer.android.com/codelabs/basic-android-kotlin-compose-datastore?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-6-pathway…
-
**Describe the feature you'd like**
Currently, the app uses shared preferences for storing data used in general computation purposes.
Replace it with Preferences DataStore as it is one of the recomm…
-
Hi!
I'm working on an implementation to replace the usage of `SharedPreferences` with `DataStore`. It's recommended by Google as seen in [Prefer Storing Data with Jetpack DataStore](https://android…
-
Android has introduced a replacement for Shared Preferences called DataStore
https://developer.android.com/topic/libraries/architecture/datastore
Just asking if there are any plans on the r…