Search code examples
Android Unit Test: How to mock an object which contains MutableLiveData but only exposes LiveData?...


androidjunitmockitoandroid-livedatamutablelivedata

Read More
LiveData does not update...


androidandroid-livedatamutablelivedata

Read More
LiveData is duplicating MutableList...


androidmvvmandroid-livedatamutablelivedata

Read More
Android MVVM 2 ViewModels Sharing 1 Repository with LiveData...


androidkotlinandroid-livedataandroid-mvvmmutablelivedata

Read More
Livedata is not triggered when List item is getting updated...


kotlinandroid-livedataobserversmutablelivedatamutablelist

Read More
Android - Observing on live data not working from fragment...


androidandroid-fragmentsandroid-livedatamutablelivedata

Read More
Some of the multiple concurrent calls to set LiveData are not observed...


androidkotlinandroid-livedataandroid-viewmodelmutablelivedata

Read More
How to sort MutableLiveData<List<Book>>...


sortingkotlinviewmodelmutablelivedata

Read More
Cannot observe LiveData<MutableList<T>> from ViewModel in my fragment...


androidkotlinmvvmandroid-livedatamutablelivedata

Read More
Why is my MutableLiveData<Long> nullable?...


kotlinlong-integernullablemutablelivedata

Read More
How do I append one MutableLiveData List to Another in Kotlin...


androidarrayskotlinarraylistmutablelivedata

Read More
Using liveData{} coroutine builder on Dispatchers.IO thread...


androidkotlinandroid-livedatakotlin-coroutinesmutablelivedata

Read More
why my map livedata is not called even though I have change the value?...


androidandroid-livedataandroid-architecture-componentsandroid-jetpackmutablelivedata

Read More
MutableLivedata observer triggering...


androidmvvmviewmodelmutablelivedata

Read More
How to make MutableLiveData<String> to trigger onChanged?...


androidkotlinandroid-livedatamutablelivedata

Read More
Dealing with inner Transformations.switchMap on a viewModel...


androidviewmodelandroidxandroid-livedatamutablelivedata

Read More
Android RecyclerView submitList not updating data in LiveData observer...


androidkotlinandroid-recyclerviewandroid-viewholdermutablelivedata

Read More
How does exposed LiveData dispatch changes when postValue is called on MutableLiveData variable?...


androidkotlinandroid-livedatamutablelivedata

Read More
textView is not updating while observer is running...


javaandroidandroid-livedataandroid-viewmodelmutablelivedata

Read More
why we use val for LiveData in getter instead of var...


androidandroid-livedatamutablelivedata

Read More
LiveData - not getting data in fragment on second call...


androidandroid-livedatamutablelivedata

Read More
Dynamic parameters in viewmodel Android...


androidviewmodelmutablelivedataviewmodelproviders

Read More
CoroutineLiveData Builder repository not being invoked...


androidkotlinandroid-livedatacoroutinemutablelivedata

Read More
Observer for MutableLiveData not being triggered...


javaandroidmvvmmutablelivedata

Read More
Post multiple MutableLiveData have no order...


androidmvvmmutablelivedata

Read More
Quick question about MutableLiveData (android)...


androidmutablelivedata

Read More
LiveData not updating after changed using Handler PostDelayed?...


androidhandlerandroid-livedatamutablelivedata

Read More
Run code in main thread when IO thread dispatch completes?...


kotlinkotlin-android-extensionsmutablelivedata

Read More
DataBinding & LiveData : two implementations (Kotlin & Java) and can't make the Java imp...


androidandroid-databindingandroid-livedatamutablelivedata

Read More
How do I cast custom MutableLiveData to custom LiveData?...


kotlinandroid-livedatamutablelivedata

Read More
BackNext