Search code examples
android LiveData or coroutines channel...

androidandroid-architecture-componentsandroid-livedatakotlin-coroutines

Read More
Jetpack Compose: calling action inside LauchedEffect blocks UI anyway...

androidconcurrencyandroid-jetpack-composeandroid-roomandroid-livedata

Read More
Unable to create instance of view model class in fragment...

androidmvvmandroid-livedataandroid-viewmodel

Read More
What is the equivalent of Android LiveData in Flutter?...

flutterandroid-livedata

Read More
java.lang.NoSuchMethodError after upgrading Jetpack Compose to 1.0.0‑beta07...

androidandroid-livedataandroid-jetpack-compose

Read More
LiveData object is doing the DB callback with the wrong argument value (ignores updated value)...

androidkotlinandroid-roomandroid-livedata

Read More
MediatorLiveData or switchMap transformation with multiple parameters...

androidobserver-patternandroid-architecture-componentsandroid-livedataandroid-viewmodel

Read More
LiveData Transformations.map() with multiple arguments...

androidandroid-livedataandroid-viewmodel

Read More
NoSuchMethodError: No interface method getOrDefault(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/...

androidkotlinandroid-databindingandroid-livedata

Read More
ViewPager2 with ListAdapter (from android) shows java.lang.IllegalStateException...

androidkotlinmvvmandroid-viewpagerandroid-livedata

Read More
Unit testing the viewModel and livedata Mockito android...

androidunit-testingmockitoandroid-livedataandroid-viewmodel

Read More
With LiveData observeForever what happen to the observer when the MainActivity is closed?...

androidandroid-activityandroid-livedataandroidxandroid-lifecycle

Read More
Cannot set non-nullable LiveData value to null...

androidkotlinandroid-livedatakotlin-null-safety

Read More
Why LiveData observer is not called? (Android, Fragment)...

javaandroidandroid-livedataobservers

Read More
LiveData remove Observer after first callback...

androidobserversandroid-roomandroid-livedata

Read More
Upgrading SingleLiveEvent says override nothing in observer methods...

androideventsoverridingandroid-livedata

Read More
RecyclerView sets all the items when single data changed in database...

androidandroid-recyclerviewandroid-livedataandroid-diffutilsroom

Read More
how to use observed livedata outside of observe block...

androidkotlinviewmodelandroid-livedata

Read More
How to apply changes on current fragment when opening new fragment in Kotlin?...

androidandroid-fragmentsandroid-adapterandroid-livedataandroid-viewmodel

Read More
Use observe for a variable that updated inside another observe in Kotlin...

androidkotlinandroid-livedatamutablelivedata

Read More
How to manipulate a specific set of data from Live or Flow Data Kotlin MVVM?...

kotlinkotlin-coroutinesandroid-livedataandroid-mvvmmediatorlivedata

Read More
Notify MutableLiveData when another MutableLiveData value changes...

androidkotlinandroid-livedataobserversmutablelivedata

Read More
viewmodel making network call on screen orientation change android...

androidandroid-architecture-componentsandroid-livedataandroid-jetpackandroid-viewmodel

Read More
How to omit the last value of a liveData when the fragment / activity is recreated?...

androidkotlinandroid-livedata

Read More
LiveData not updating for every list item, only for the last one...

androidkotlinandroid-recyclerviewandroid-livedatacountdowntimer

Read More
What is the difference between LiveData<String>() and LiveData<String?>()...

androidkotlinandroid-livedatanullablenullability

Read More
Filter LiveData<Map> by another LiveData<String> android kotlin...

androidkotlinandroid-livedata

Read More
Data not transferring from one fragment to another using ViewModel and LiveData...

androidmvvmandroid-livedatamutablelivedata

Read More
how to stop receiving waiting answers from livedata observe Room...

javaandroidandroid-roomandroid-livedataobservers

Read More
How to split viewmodel or build master viewmodel with small viewmodels?...

androidkotlinmvvmandroid-livedata

Read More
BackNext