Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

LiveData observing in Fragment

LiveData. Cannot assign to ‘value’: the setter is protected/*protected and package*/ for synthetic extension

Android LiveData - how to reuse the same ViewModel on different activities?

How to combine two live data one after the other?

When to use MutableLiveData and LiveData

LiveData prevent receive the last value when start observing

MediatorLiveData or switchMap transformation with multiple parameters

Use viewLifecycleOwner as the LifecycleOwner

Kotlin Flow vs Android LiveData

How to clear LiveData stored value?

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

LiveData update on object field change

Live Data: Candidate resolution will be changed soon

MutableLiveData with initial value

Why LiveData observer is being triggered twice for a newly attached 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 remove Observer after first callback

Why there's a separate MutableLiveData subclass of LiveData?