Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

Android Architecture Components(MVVM) - Ideal way to deal with remote and local data using repository pattern

Kotlin SAM conversion doesn't work for function with two arguments

How to transform the context of fragment into a LifecycleOwner?

Proper way to pass LiveData in ViewModel taken from suspended Repository

Flow onEach/collect gets called multiple times when back from Fragment

Android ViewModel doesn't survive fragment change

What is the equivalent of Android LiveData in Flutter?

flutter android-livedata

How Does Android LiveData get() syntax work?

MediatorLiveData doesn't work in JUnit tests?

AndroidViewModel - Making duplicate calls doesn't return data in observe function

LiveData fails to notify it's observer of changes in PagedList object

How to use NetworkBoundResource with suspend fun in Retorfit

How to use data from one ViewModel in another ViewModel

How to call again LiveData Coroutine Block

Which one to use in Room: LiveData or RxJava?

Sharing same MutableLiveData between Repository and ViewModel