Search code examples
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
Kotlin Flow vs Android LiveData...


androidkotlinandroid-livedatakotlin-coroutineskotlin-flow

Read More
How to collect multiple liveDatas as one single Flow?...


androidkotlinandroid-livedata

Read More
Unable to update recycler view using live data, room database, diff utils, mvvm architecture...


mvvmandroid-recyclerviewandroid-roomandroid-livedataandroid-diffutils

Read More
How to combine two live data one after the other?...


androidobserver-patternandroid-roomandroid-architecture-componentsandroid-livedata

Read More
LiveData initialization...


kotlinandroid-livedata

Read More
LiveData returns wrong Object...


androidkotlinandroid-livedatadagger-hilt

Read More
Kotlin Flow vs LiveData...


androidkotlinandroid-livedatakotlin-coroutineskotlinx.coroutines.flow

Read More
LiveData prevent receive the last value when start observing...


androidandroid-livedataandroid-architecture-componentsandroid-viewmodelmutablelivedata

Read More
BackNext