Search code examples
Unable to update recycler view using live data, room database, diff utils, mvvm architecture...


mvvmandroid-recyclerviewandroid-roomandroid-livedataandroid-diffutils

Read More
How to combine two live data one after the other?...


androidobserver-patternandroid-roomandroid-architecture-componentsandroid-livedata

Read More
LiveData initialization...


kotlinandroid-livedata

Read More
LiveData returns wrong Object...


androidkotlinandroid-livedatadagger-hilt

Read More
Kotlin Flow vs LiveData...


androidkotlinandroid-livedatakotlin-coroutineskotlinx.coroutines.flow

Read More
LiveData prevent receive the last value when start observing...


androidandroid-livedataandroid-architecture-componentsandroid-viewmodelmutablelivedata

Read More
When i add products to my cart it display nothing...


androidkotlinmvvmandroid-livedatadagger-hilt

Read More
How to use MutableLiveData and LiveData in Android?...


androidandroid-livedatamutablelivedata

Read More
Why LiveData observer is being triggered twice for a newly attached observer...


androidandroid-architecture-componentsandroid-livedata

Read More
What is the best way to pass a default/initial value to a Jetpack Compose TextField?...


androidandroid-jetpack-composeandroid-livedatahoisting

Read More
Android ViewModel MutableLiveData update multiple times...


androidandroid-fragmentsandroid-livedataandroid-viewmodelmutablelivedata

Read More
new observers being created when observing lifedata after putting app to background...


androidkotlinandroid-livedataandroid-lifecycle

Read More
Cannot find the setter for attribute in Data binding...


androiddata-bindingkotlinandroid-livedata

Read More
Observing LiveData from ViewModel...


androidandroid-architecture-componentsandroid-livedataandroid-viewmodel

Read More
MutableLiveData: Cannot invoke setValue on a background thread from Coroutine...


kotlinandroid-livedatakotlin-coroutines

Read More
How to clear LiveData stored value?...


androidandroid-architecture-componentsandroid-livedata

Read More
MutableStateFlow not working with MutableList...


androidreactive-programmingandroid-livedatakotlin-stateflow

Read More
make two livedata values affect each other in android...


androidandroid-livedata

Read More
LiveData observer triggered again on fragment back navigation...


kotlinandroid-livedatamutablelivedata

Read More
"Using ViewModel and LiveData Without Explicit Dependency Declaration in build.gradle"...


androidgradleandroid-livedataandroid-viewmodelandroid-mvvm

Read More
How to test LiveData.asFlow().collect() and reliably verify the method call inside it?...


androidkotlinkotlin-coroutinesandroid-livedatakotlin-flow

Read More
Implementing the Room Database (Android)...


androiddatabasesqliteandroid-roomandroid-livedata

Read More
Compose observe livedata where observeAsState is not the best solution...


androidandroid-jetpack-composeandroid-livedata

Read More
Should we set LiveData and/or kotlin Flows to null in ViewModel onCleared?...


androidandroid-livedataandroid-viewmodelkotlin-stateflow

Read More
Why there's a separate MutableLiveData subclass of LiveData?...


androidoopandroid-architecture-componentsandroid-livedata

Read More
Jetpack Compose MutableLiveData not updating UI Components...


androidviewmodelandroid-livedataandroid-jetpackandroid-jetpack-compose

Read More
ViewModel LiveData Emit isn't work properly in Android...


androidkotlinkotlin-coroutinesandroid-livedata

Read More
switchMap not trigger when LiveData changed...


androidkotlinandroid-livedataandroid-viewmodel

Read More
How to implement a Room LiveData filter...


androidkotlinfilterandroid-roomandroid-livedata

Read More
Why the second code is safe to make the network call in the map since it is cached?...


androidkotlinkotlin-coroutinesandroid-livedata

Read More
BackNext