Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

Should livedata be always used in ViewModel?

Live data returning old values , onChanged is triggering multiple times

Do we still need LiveData in Jetpack Compose, or we can just use Compose State?

Livedata with Viewpager2-Fragments

Recyclerview ListAdapter DiffUtil not working as expected

How to handle Kotlin Jetpack Paging 3 exceptions?

Why functions that produce LiveData or Flow, don't have to be called from CoroutineScope?

UI List not updating jetpack compose with mutableList but data updates

How to simply add another source to MediatorLiveData in kotlin?

kotlin android-livedata

FirebaseAuth.AuthStateListener using LiveData. Is there scope for improvement in below implementation?

Android Logic Based On Multiple Live Data Values

It is ok to call observeForever() on Livedata returned by Transformations.map() inside ViewModel?

Cannot observe LiveData<MutableList<T>> from ViewModel in my fragment

How to combine livedata and kotlin flow