Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

is observeForever lifecycle aware?

ViewModel in fragment clears values on screen rotation

How to emit distinct values from MutableLiveData?

Paging Library with custom DataSource not updating row on Room update

Initialize LiveData In AndroidViewModel

Android live data - observe always fires after config change

Why LiveData still notify Activity which is in onPause state?

How to use livedata and viewmodel with a viewholder as Lifecycle Owner?

Failed to resolve: androidx.lifecycle:lifecycle-extensions-ktx:2.0.0-alpha1

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