Top "Mutablelivedata" questions

LiveData which publicly exposes setValue(T) and postValue(T) method.

Difference of setValue() & postValue() in MutableLiveData

There are two ways that make change value of MutableLiveData. But what is difference between setValue() & postValue() in MutableLiveData. …

android android-livedata mutablelivedata
LiveData prevent receive the last value when start observing

Is it possible to prevent LiveData receive the last value when start observing? I am considering to use LiveData as …

android android-livedata android-architecture-components android-viewmodel mutablelivedata
Difference between LiveData, MutableLiveData

I know that the MutableLiveData extends LiveData, but what is the difference between them (in usage). What are appropriate use …

android android-studio android-livedata mutablelivedata
MutableLiveData not updating in UI

UPDATE: If i move to another fragment and return to this one the TextView gets updated... I am unable to …

android android-livedata mutablelivedata
Is SingleLiveEvent actually part of the Android Architecture Components Library?

I have been using the SingleLiveData class which can be found here. My questions are: Is SingleLiveData is actually part …

android android-architecture-components android-livedata mutablelivedata
LiveData(MutableLiveData) and Databinding rise error (Failed to call observer method)

I have an app that uses ViewModel and MutableLiveData to bind live data to my UI. After hours westing my …

android viewmodel android-viewholder android-livedata mutablelivedata
Problem with Databinding and MutableLiveData

NOVEMBER 2019 UPDATE - it is working as intended now on the latest version. ORIGINAL POST: I'm binding MutableLiveData to my …

android android-databinding android-livedata mutablelivedata android-binding-adapter
LiveData with multiple sources of different types

I currently have a project that contains a list of MyItem, and using Firebase/LiveData. It's structured into groups, and …

android kotlin google-cloud-firestore android-livedata mutablelivedata