Search code examples
JetPack Compose + Room + LiveData + ViewModel...

androidandroid-jetpack-composeandroid-roomandroid-livedataandroid-viewmodel

Read More
LiveData update on object field change...

androidobservableandroid-livedataandroid-viewmodel

Read More
error: Not sure how to convert a Cursor to this method's return type (com.madstone.tageditor.dat...

androidandroid-roomandroid-livedataandroid-cursor

Read More
How to notice when DialogFragment is dismissed in my Fragment?...

androidkotlinandroid-fragmentsandroid-livedataandroid-dialogfragment

Read More
Not able to increment a counter variable inside my viewmodel...

androidkotlinviewmodelandroid-livedata

Read More
Android LiveData in androidTest returns null...

androidkotlinandroid-roomandroid-architecture-componentsandroid-livedata

Read More
What is the correct usage of Flow in Room?...

androidandroid-roomandroid-livedataandroid-architecture-componentsandroid-viewmodel

Read More
convert boolean value into MutableLiveData<Boolean>...

kotlindata-structuresviewmodelandroid-livedatamutablelivedata

Read More
Unable to observe Viewmodel from one fragment but works from different fragment in Android [Kotlin]...

androidkotlinandroid-fragmentsviewmodelandroid-livedata

Read More
When to use MutableLiveData and LiveData...

androidandroid-architecture-componentsandroid-livedata

Read More
Is it possible to write a "suspend" function in a Room @DAO which returns LiveData?...

androidkotlinandroid-roomkotlin-coroutinesandroid-livedata

Read More
I want to update my adapter in realtime using Room Database , LiveData and Viewmodel. But don't ...

androidkotlinandroid-roomviewmodelandroid-livedata

Read More
In Kotlin Android, viewModel has no observer...

androidkotlinmvvmandroid-livedatamutablelivedata

Read More
Expected non-nullable value for MutableLiveData...

androidkotlinviewmodelandroid-livedatakotlin-null-safety

Read More
java.lang.NullPointerException:Attempt to invoke virtual method 'void androidx.lifecycle.Mutable...

androidkotlinviewmodelandroid-livedatamutablelivedata

Read More
Is it ok to have different ViewModels for each Composable on a single screen in Android?...

android-jetpack-composeandroid-livedataandroid-viewmodel

Read More
State and MutableStateof dosnt observe data when it changes or force recomposition Like LiveData...

androidandroid-jetpack-composeandroid-livedata

Read More
Observing Multiple LiveData and MVVM Structure Android Java...

javaandroidmvvmandroid-livedata

Read More
LiveData observer's onChanged gets called on activity rotation even though there was no change i...

androidviewmodelandroid-livedata

Read More
LiveData observer not triggered...

androidkotlinandroid-livedata

Read More
Unit Testing the SEQUENCE of values emitted from a single livedata...

androidunit-testingtestingandroid-livedataandroid-architecture-components

Read More
Does anybody knows when to use asynchronous one-shot queries with Room Android?...

javaandroidmvvmandroid-roomandroid-livedata

Read More
ViewModel Live Data observers calling on rotation...

android-livedataandroid-viewmodel

Read More
LiveData.getValue() returns null with Room...

androidandroid-roomandroid-architecture-componentsandroid-livedata

Read More
Attempt to invoke virtual method 'void androidx.lifecycle.MutableLiveData.setValue(java.lang.Obj...

androidkotlinandroid-livedata

Read More
Room livedata : crash on launch...

androidkotlinandroid-roomandroid-livedata

Read More
changing value of a LiveData on click of button only. But the observer's onChange is getting cal...

androidkotlinandroid-fragmentsviewmodelandroid-livedata

Read More
Android Room : LiveData callback of update insert?...

androidandroid-roomandroid-architecture-componentsandroid-livedata

Read More
Robolectric start a fragment that has an observer...

androidandroid-livedatarobolectricandroid-unit-testingandroid-fragmentscenario

Read More
How to observe livedata of nested relation pojo android room...

androidkotlinandroid-roomandroid-livedataandroid-room-relation

Read More
BackNext