Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

How should be implemented the ViewModel for an activity with many fields

How to get result of two mutablelivedata into one

EditText LiveData Two-way binding

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