codelab-android-datastore
codelab-android-datastore copied to clipboard
When trying to run the Jetpack DataStore Proto codelab, I am not able to build the app as instructed on page 6. Instead I get the following error: ``` Execution...
class UserPreferencesRepository( private val userPreferencesStore: DataStore,
https://developer.android.com/codelabs/android-preferences-datastore#0 has below link in the document. But, the page is not found. -> https://codelabs.developers.google.com/codelabs/advanced-kotlin-coroutines -> 404 Error
is there a way or example of how to test it?
This may be out of topic in the datastore sample implementation itself. But, the recyclerView part is a bit odd-looking even if the list items are already collapsed, the padding...
Link #33 to fix the padding
On the Working with Preferences DataStore codelab section **6. Persisting data in Preferences DataStore**, there is the following snippet of code: ```kotlin class UserPreferencesRepository( private val userPreferencesStore: DataStore, context: Context...
**Issue** :: When both deadline and priority are selected, leaving the app and reopening, makes deadline & priority switches go in infinite loop Steps to reproduce: - Launch app from...
In codelab's [Chapter 6: Persisting data in Preferences DataStore](https://developer.android.com/codelabs/android-preferences-datastore#5) ``` class UserPreferencesRepository( private val userPreferencesStore: DataStore, ... ) { ... } ``` 1. There is no way to pass DataStore...
Are you planning to have an EncryptedDataStorage?? How are you handling the security of the data ?