Search code examples
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
What is the proper way to navigate between screens in jetpack compose while there's coroutines j...


androidandroid-jetpack-composekotlin-coroutinesandroid-viewmodel

Read More
Jetpack Compose: How to detect when TabRow inside HorizontalPager is visible and call a ViewModel fu...


androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
ViewModel cannot be instantiated in an Activity...


androidandroid-layoutandroid-fragmentsandroid-viewmodel

Read More
Dagger-Hilt @ViewModelInject sharedViewModel not injecting into fragment...


androidandroid-fragmentsandroid-viewmodeldagger-hilt

Read More
ViewModel Live Data observers calling on rotation...


android-livedataandroid-viewmodel

Read More
BackNext