Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

Android ViewModel Observe MutableLiveData<ArrayList<String>>

I have a problem with Livedata observer called multiple time

ViewModel in DialogFragment

Returning LiveData of an Interface from Room?

Why is a wrapper necessary for a LiveData value?

Is LiveData hot or cold?

Confused about when Kotlin infers a platform type

How to use Databinding and LiveData for RangeSlider (valueFrom and valueTo)

How to get LiveData from Room?

How to combine the result of 2 LiveData fields into another LiveData field of a different type

Unit test ViewModel using repository pattern and LiveData

Android LiveData - observe complex/nested objects

Nested Recyclerviews with Complex Room LiveData

How to observe data from live data android on Three different Fragment

When should i remove livedata observer on android?

Android LiveData, ViewModel, Cannot add the same observer with different lifecycles

Where should I chain multiple network requests in MVVM? UseCases or Repository?

Is it safe to observe LiveData inside onActivityCreated or onViewCreated

android android-livedata

Using liveData{} coroutine builder on Dispatchers.IO thread