Search code examples
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
Cannot create an instance of class ViewModel unable to find cause...

androidkotlinmvvmandroid-viewmodeldagger-hilt

Read More
How to send parameters between ViewModel and ViewRepository...

androidandroid-viewmodel

Read More
Best practise of using view model in jetpack compose...

androidkotlinandroid-jetpack-composeandroid-jetpackandroid-viewmodel

Read More
How can i share data across multiple fragments in application?...

javaandroidfirebaseandroid-viewmodel

Read More
Android. How to correct launch coroutine without blocking UI?...

androidkotlin-coroutinesandroid-viewmodelandroid-mvvmcoroutinescope

Read More
How to save data in a composable function with view model constructor...

android-jetpack-composeandroid-viewmodelandroid-jetpack-navigation

Read More
VIewModel observeAsState as Single event in Android Compose...

androidandroid-jetpack-composeviewmodelandroid-viewmodel

Read More
Cannot resolve constructor ViewModelProvider(... .FragmentActivity, ... .ui.viewmodels.profileViewMo...

androidandroid-lifecycleandroid-viewmodelviewmodelfactory

Read More
Android ViewModel: How to get a result from the Activity (best practice)?...

androidmvvmandroid-viewmodel

Read More
BackNext