Search code examples
MutableLiveData with initial value...

androidkotlinandroid-livedata

Read More
Activity cannot be cast to Application...

kotlin-coroutinesandroid-livedataandroid-viewmodeldaggerandroid-mvvm

Read More
Waiting for liveData observe and return result...

androidkotlinmvvmandroid-livedata

Read More
Android ViewModel deletes all my data when observing...

javaandroidandroid-recyclerviewandroid-livedatamutablelivedata

Read More
MockK mock ViewModel's savedStateHandle.getLiveData()...

androidandroid-livedataandroid-viewmodelmockk

Read More
Is it possible to enforce non-nullability of LiveData values?...

androidandroid-architecture-componentsandroid-livedata

Read More
Testing livedata with Robolectric...

androidrobolectricandroid-livedata

Read More
LiveData return null on Jetpack Compose Android...

androidandroid-jetpack-composeandroid-roomandroid-livedataandroid-viewmodel

Read More
Clear values inside of the MutableLiveData response collection...

kotlinmvvmretrofitfragmentandroid-livedata

Read More
How to sort LiveData in room database by clicking a sort button?...

javaandroidmvvmandroid-roomandroid-livedata

Read More
When to use Android’s LiveData and Observable field?...

androidmvvmandroid-databindingandroid-livedata

Read More
LiveData with shared preferences...

androidandroid-sharedpreferencesandroid-livedata

Read More
How to prevent data duplication caused by LiveData observation in Fragment?...

androidkotlinandroid-livedata

Read More
Migrate to ObserveAsState in Jetpack Compose - null...

stateandroid-jetpack-composeandroid-livedatanullableandroid-viewmodel

Read More
How to get specific value from room database by id?...

androidkotlinandroid-recyclerviewandroid-roomandroid-livedata

Read More
How to transform PagingData<T> into model in collectLatest() in UI...

android-livedatakotlin-flowandroid-paging-3kotlin-android

Read More
lateinit property recview has not been initialized...

androidmvvmandroid-recyclerviewkotlin-coroutinesandroid-livedata

Read More
How to create LiveData which emits a single event and notifies only last subscribed observer?...

androidandroid-architecture-componentsandroid-jetpackandroid-livedata

Read More
MVVM architecture with Interactors/UseCases...

androidmvvmandroid-livedataandroid-viewmodel

Read More
requireActivity instead of requireContext in fragment...

android-livedataandroid-lifecycleandroid-contextlifecycleowner

Read More
How to update a Recycler view with live data inside a fragment?...

androidandroid-recyclerviewandroid-livedataandroidx

Read More
Reset/clear viewmodel or livedata...

androidandroid-fragmentsandroid-livedataandroid-viewmodelandroid-navigation

Read More
Is there a way to get a LifecycleOwner in FirebaseMessagingService...

firebase-cloud-messagingandroid-roomandroid-livedata

Read More
Android RecyclerView items list doesn't change appropriately after chang settings and navigate a...

androidandroid-fragmentsandroid-recyclerviewandroid-livedataandroid-lifecycle

Read More
How to Query a minimum value from a table in a room database?...

kotlinandroid-roomandroid-livedata

Read More
which is recommended use getter or just equals in live data in view model android kotlin...

androidkotlinmvvmviewmodelandroid-livedata

Read More
How to Observe LiveData with custom pair class in Kotlin...

kotlinandroid-livedata

Read More
ViewModel Unit testing multiple view states with LiveData, Coroutines and MockK...

androidunit-testingandroid-livedatakotlin-coroutines

Read More
LiveData observer is not removed...

androidkotlinandroid-livedataobserver-patternobservers

Read More
How to use Live Data correctly in my case Android kotlin...

androidkotlinandroid-livedatamutablelivedata

Read More
BackNext