Search code examples
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
How to get lifecycle owner in instrumented test android?...


androidandroid-testingandroid-viewmodelinstrumented-test

Read More
Pass Navigation fragments arguments to View Model class...


androidkotlinandroid-fragmentsandroid-databindingandroid-viewmodel

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


androidandroid-roomandroid-livedataandroid-architecture-componentsandroid-viewmodel

Read More
lateinit property fakeAuthRepository has not been initialized unit testing...


androidunit-testingkotlinmockitoandroid-viewmodel

Read More
Kotlin failed to start emulator - ViewModel issue...


androidkotlinandroid-viewmodel

Read More
Jetpack Compose How to access dependency injected view model from everywhere without sending the vie...


androidkotlinandroid-jetpack-composeandroid-viewmodeldagger-hilt

Read More
Cannot create an instance of class ViewModel - android...


androiddagger-2android-viewmodeldagger-hilt

Read More
How to avoid duplicate functions in MVVM architecture Android?...


androidkotlinandroid-jetpack-composeandroid-viewmodelandroid-mvvm

Read More
Why should we do network call in ViewModel (Android)?...


androidapiandroid-fragmentsconfigurationandroid-viewmodel

Read More
How to recieve 5 random Objects from Room database and add them to a new ArrayList...


javaandroidarraylistandroid-viewmodelobservers

Read More
How to @Inject AndroidViewModel with Dagger2?...


androiddagger-2android-viewmodel

Read More
Is it bad to inject two ViewModel objects into a composable function?...


androidkotlinandroid-jetpack-composeandroid-viewmodeldagger-hilt

Read More
How can I stop a screen from recomposing in Jetpack Compose?...


androidkotlinandroid-jetpack-composeandroid-viewmodelandroid-jetpack-navigation

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
Koin's getStateViewModel is deprecated - what is the alternative?...


androiddependency-injectionandroid-jetpack-composeandroid-viewmodelkoin

Read More
Viewmodelprovider context type missmatch in fragment...


androidkotlinmvvmandroid-roomandroid-viewmodel

Read More
BackNext