Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

LiveData Vs StateFlow: Should we switch from Live data to State Flow?

Android Architecture component LiveData - how to bind broadcastReceivers to lifecycle

Android architecture components liveData and room - what is minimum requirements?

Two-way Data Binding, RecyclerView, ViewModel, Room, LiveData, Oh My

How to show LoadingState when using Room Livedata MVVM

how to use viewmodel singleton for activities?

android android-livedata

Is it possible to write a "suspend" function in a Room @DAO which returns LiveData? [duplicate]

Livedata observers firing multiple times

How to cancel a running LiveData Coroutine Block

LifecycleRegistryOwner class is deprecated

Is it possible to increment mutablelivedata without additional variable?

Wait for LiveData result in a Kotlin coroutine

Why do I get the information Enum argument can be null in Java, but exhaustive when contains no null branch in Kotlin?

kotlin android-livedata

Using Singleton within the Android Room Library

Why is onChanged being called when I navigate back to a fragment?

Why LiveData setValue or PostValue triggers onChange just once in the view?

how to get the list of ListAdapter<Model,ViewHolder::class>

Post or Set MutableLiveData - Observer onChanged not called

Android LiveData in androidTest returns null

Using try catch block in swallowing exceptions when using kotlin coroutines