Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

Android ViewModel inside Service (Alternative)

Nullability and LiveData with Kotlin

Using LiveData as state inside Jetpack @Compose functions

Is it possible to enforce non-nullability of LiveData values?

Testing LiveData Transformations?

Updating UI using ViewModel and DataBinding

androidx data binding life cycle NullPointerException

Cannot invoke observeForever on a background thread

Error:Program type already present: android.arch.lifecycle.LiveData

Where to put viewModel Observers in a dialogFragment?

android android-livedata

Room - LiveData observer does not trigger when database is updated

Kotlin Flow vs LiveData

Room : LiveData from Dao will trigger Observer.onChanged on every Update, even if the LiveData value has no change

LiveData with shared preferences

getViewLifecycleOwner() in DialogFragment leads to crash

What is lifecycle observer and how to use it correctly?

update RecyclerView with Android LiveData

Refreshing MutableLiveData of list of items

LiveData.getValue() returns null with Room

ViewModel onchange gets called multiple times when back from Fragment

android android-livedata