Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

Sharing Data between ViewModels

Convert RxJava Observables To Live Data With Kotlin Extension Functions

Can't access the Fragment View's LifecycleOwner when getView() is null

Android room query is empty when using Flow

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

Make Room DAO return LiveData<Cursor>

Android Room : LiveData callback of update insert?

Android: Firebase Object is null when using kotlin flow