Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

Handling screen rotation without losing data with viewModel - Android

Android: How to get value from LiveData without Observing it

Why do we separate ViewModels per Activity/Fragment? [closed]

Android LiveData Observer alternative with respect to performance

Returning data from Executor service

How to save LiveData into saveStateHandle?

in Android MVVM, how many repositories and networking clients that I need to make to serve different queries?

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?