Search code examples
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
Android dataStore with flow not get update after edit...


android-jetpack-composeandroid-jetpackandroid-viewmodelandroid-jetpack-datastore

Read More
Is there a way to get State Management working for Abstract Compose View in Jetpack Compose?...


kotlinstateandroid-jetpack-composeandroid-viewmodelime

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


androidunit-testingmockitoandroid-livedataandroid-viewmodel

Read More
Best practice to implement startActivity using ViewModel in Jetpack Compose...


androidkotlinandroid-jetpack-composeandroid-viewmodelstart-activity

Read More
Jetpack Compose lifecycle-viewmodel dependecy makes random() from collection not random...


build.gradleandroid-jetpack-composeandroid-viewmodel

Read More
How to dynamically pass parameters in the Android ViewModel?...


androidkotlinandroid-viewmodel

Read More
AndroidViewModel vs ViewModel...


androidmvvmviewmodelandroid-architecture-componentsandroid-viewmodel

Read More
Share viewmodel from activity to compose function using hilt...


androidandroid-jetpack-composeandroid-viewmodeldagger-hiltjetpack-compose-navigation

Read More
How to pass data from one ViewModel to another ViewModel...


androidmvvmviewmodelandroid-viewmodel

Read More
When is the viewmodel onCleared called...


androidandroid-activityandroid-lifecycleandroid-viewmodel

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


androidandroid-fragmentsandroid-adapterandroid-livedataandroid-viewmodel

Read More
Jetpack Compose handling both a string and string resource identifier for a Text Composable...


androidunit-testingandroid-jetpack-composeandroid-viewmodel

Read More
lifecycleScope aware fragment scope coroutine calls viewmodel coroutine scope function even though n...


androidandroid-fragmentskotlin-coroutinesandroid-lifecycleandroid-viewmodel

Read More
What is the proper way to update list state after inserting an item via a repository in Compose?...


kotlinandroid-jetpack-composeandroid-roomandroid-viewmodelcompose-recomposition

Read More
MutableStateFlow collector doesn't receive data...


androidkotlinandroid-viewmodelkotlin-stateflow

Read More
How can I send a variable from a fragment to a view model in MVVM architecture in kotlin?...


androidkotlinandroid-fragmentsmvvmandroid-viewmodel

Read More
Getting the ViewModel in to display information in Jetpack Compose...


androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
Observing live data from an API is not updating ui when data changes...


kotlinandroid-recyclerviewandroid-viewmodelmutablelivedataandroid-diffutils

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


androidandroid-architecture-componentsandroid-livedataandroid-jetpackandroid-viewmodel

Read More
How to pass runtime parameters to a ViewModel's constructor when using Hilt for dependency injec...


androidandroid-fragmentsdependency-injectionandroid-viewmodeldagger-hilt

Read More
ViewModelScope might get canceled while inserting entries into a Room database...


androidkotlinandroid-jetpack-composeandroid-viewmodelkoin

Read More
LiveData and MVVM pattern...


androidkotlinandroid-viewmodel

Read More
How to show JSON data into RecyclerView using adapter in Kotlin?...


androidkotlinandroid-recyclerviewandroid-arrayadapterandroid-viewmodel

Read More
JetPack Compose + Room + LiveData + ViewModel...


androidandroid-jetpack-composeandroid-roomandroid-livedataandroid-viewmodel

Read More
Why does kotlin flow not trigger the transform function after an error is handled...


androidkotlinandroid-viewmodelkotlin-flowkotlin-flow-flatmaplatest

Read More
LiveData update on object field change...


androidobservableandroid-livedataandroid-viewmodel

Read More
How ViewModel retains data?...


androidandroid-jetpackandroid-viewmodelandroid-mvvm

Read More
What is the difference between navGraphViewModels and activityViewModels?...


androidandroid-viewmodelandroid-navigation

Read More
BackNext