Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

Kotlin Android: Property delegate must have a 'getValue(DashViewModel, KProperty*>)' method

Map multiple LiveData values into one

Why Observers added as observeForever to LiveData must be removed?

How can I do databinding with livedata?

SingleLiveEvent issue after migration to AndroidX

ViewPager with viewmodel and live data , all 6 tabs data is replaced by last tab data

Cannot find the setter for attribute in Data binding

LiveDataScope vs ViewModelScope in Android

Convert LiveData to MutableLiveData

LiveData Transformation not getting triggered

How to connect ViewModel with Repository so that data is propagated to the View (MVVM, Livedata)

Live Data and 2-Way Data Binding: Custom setter not being called

MediatorLiveData onChanged not getting called

Cannot set non-nullable LiveData value to null

LiveData Transformations.map() with multiple arguments

Android MediatorLiveData observer

android android-livedata

java.lang.IllegalStateException: Cannot invoke observeForever on a background thread

Room without LiveData

Viewmodel observing LiveData - how?