Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

Android Room @Relation many-to-many?

Android : Live Data skipping values

Kotlin: Coroutine with Live Data or only Coroutines?

JUnit5 test with LiveData doesn't execute subscriber's callback

Android Architecture Components: How is LiveData in the repository observed by a ViewModel

Trigger a second query from LiveData and merge results (Firestore)?

viewmodel making network call on screen orientation change android

Android : How to write a unit test for fragment depending on a viewmodel Live data attribute?

Attempt to invoke virtual method 'void android.arch.lifecycle.MutableLiveData.setValue(java.lang.Object)' on a null object reference

android android-livedata

Refactoring google's NetworkBoundResource class to use RxJava instead of LiveData

Should I make AsyncTask member of LiveData or Repository class - As replacement of Loader

How to Observe the live data in work manager with chain of works?

Failed to resolve: livedata-core

How to change value of LiveData and not notify the observers

android android-livedata

How to get value of LiveData from repository that don't access to lifeCycleOwner for observing it?

ViewModel has no zero argument constructor error - even when it has a zero argument constructor

updated value of LiveData gets lost

android android-livedata

Android databinding and LiveData: Can't bind to value in LiveData property