New posts in android-livedata

MediatorLiveData or switchMap transformation with multiple parameters

Why is a wrapper necessary for a LiveData value?

Use viewLifecycleOwner as the LifecycleOwner

Kotlin Flow vs Android LiveData

LiveData observe() not called

How to clear LiveData stored value?

Paging library - Boundary callback for network + db with API taking page and size

MutableLiveData with initial value

Live Data: Candidate resolution will be changed soon

Why LiveData observer is being triggered twice for a newly attached observer

LiveData,how to avoid the first callback when register observer

How and where to use Transformations.switchMap?

What is difference between MediatorLiveData and MutableLiveData in MVVM

What is the difference between map() and switchMap() methods?

LiveData prevent receive the last value when start observing

LiveData update on object field change

LiveData remove Observer after first callback

Retrofit2 with liveData makes api calls twice the second time they are called, three times the third etc

Why there's a separate MutableLiveData subclass of LiveData?

Observing LiveData from ViewModel