Search code examples
Use viewLifecycleOwner as the LifecycleOwner...


androidandroid-fragmentsandroid-livedataandroid-viewmodel

Read More
Android: Filter CardViews in RecyclerView List with Room DAO...


enumsandroid-roomandroid-livedatalong-integerandroid-viewmodel

Read More
How to update data in a RecyclerView using LiveData and a SearchView...


androidkotlinandroid-recyclerviewandroid-livedata

Read More
Android ViewModel Methods Fail After First Successful Execution - State Management or Concurrency Is...


androidkotlinmobileandroid-livedataandroid-mvvm

Read More
Resetting LiveData after consumption in Android ViewModel...


androidkotlinandroid-livedataandroid-viewmodelandroid-mvvm

Read More
Livedata with Viewpager2-Fragments...


androidandroid-fragmentsandroid-livedataandroid-viewmodelandroid-viewpager2

Read More
java.lang.IllegalStateException: Failed to find type for when decoding androidx.lifecycle.SavedState...


androidkotlinviewmodelandroid-livedatasavestate

Read More
How should I go about implementing MVVM architecture pattern in my project?...


androidkotlinviewmodelandroid-livedataandroid-mvvm

Read More
Room database not returning prepopulated data on first app run with Flow and LiveData in Jetpack Com...


androidkotlinandroid-jetpack-composeandroid-roomandroid-livedata

Read More
How to use collectAsState in an KMM app with ViewModel arhitecture...


androidkotlingoogle-cloud-firestoreandroid-livedatakotlin-multiplatform

Read More
Failed to resolve: androidx.lifecycle:lifecycle-extensions-ktx:2.0.0-alpha1...


androidkotlinandroid-architecture-componentsandroid-viewmodelandroid-livedata

Read More
Pass data from Repository to ViewModel...


androidretrofit2android-livedata

Read More
Searchview using keyword with Unsplash API...


androidpaginationretrofit2android-livedataandroid-paging-library

Read More
ViewModel in DialogFragment...


javaandroidandroid-roomandroid-livedataandroid-viewmodel

Read More
Jetpack compose Room database UI update issues...


androidkotlinandroid-jetpack-composeandroid-roomandroid-livedata

Read More
How to migrate this from LiveData to Kotlin Flow on Android?...


androidkotlinandroid-livedatakotlin-flow

Read More
Android development - Room, LiveData, Repository and ViewModel...


androidandroid-roomandroid-livedataandroid-viewmodel

Read More
Android LiveData observe not triggered by postValue()...


androidkotlinmvvmviewmodelandroid-livedata

Read More
Get java.lang.RuntimeException: Failed to call observer method from binding implementation method...


androidandroid-roomandroid-databindingandroid-livedataandroid-mvvm

Read More
How and where to use Transformations.switchMap?...


androidandroid-architecture-componentsandroid-livedata

Read More
How to handle View State in Android development in the right way...


androidkotlinmvvmandroid-livedataandroid-architecture-components

Read More
Use variable from ViewModel in Activity. Best practices...


androidkotlinandroid-livedataandroid-viewmodel

Read More
What is the difference between map() and switchMap() methods?...


androidandroid-architecture-componentsandroid-livedata

Read More
Room : LiveData from Dao will trigger Observer.onChanged on every Update, even if the LiveData value...


androidandroid-roomandroid-livedata

Read More
How to collect multiple state flow in Android...


androidkotlinandroid-livedatakotlin-flow

Read More
LiveData with data class doesn't update in ViewModel...


androidkotlinmvvmandroid-livedataandroid-viewmodel

Read More
MutableLiveData not updating in UI...


androidandroid-livedatamutablelivedata

Read More
Difference of setValue() & postValue() in MutableLiveData...


androidandroid-livedatamutablelivedata

Read More
java.lang.IllegalStateException: CompositionLocal LocalLifecycleOwner not present when observing Liv...


androidkotlinandroid-jetpack-composeandroid-livedata

Read More
Why am I getting a NULL pointer exception when using .observeAsState()?...


androidkotlinandroid-jetpack-composeandroid-livedata

Read More
BackNext