Search code examples
Retrofit call in Kotlin Coroutines viewModelScope...


androidkotlinretrofitkotlin-coroutinesandroid-viewmodel

Read More
ViewModel has no zero argument constructor error - even when it has a zero argument constructor...


javaandroidandroid-livedataandroid-viewmodelandroid-fusedlocation

Read More
Cannot instantiate shared ViewModel with DataStore...


androidkotlinandroid-viewmodelandroid-jetpack-datastore

Read More
Getting ViewModel Instance by ViewModelProvider...


androidandroid-viewmodel

Read More
Injected variable only null in viewmodel coroutine with viewmodel scope referenced successfully in i...


androidkotlin-coroutinesandroid-viewmodeldagger-hilt

Read More
Last line of viewModelScope.launch(Dispatchers.IO) coroutine never get executed...


androidkotlinkotlin-coroutinesandroid-viewmodelcoroutinescope

Read More
Android inter thread communication best practices with ViewModel and CameraX?...


androidmultithreadingandroid-asynctaskandroid-viewmodelandroid-camerax

Read More
How to send result of AlertDialog fragment using viewModel?...


javaandroid-alertdialogandroid-viewmodelandroid-mvvm

Read More
Can I start a coroutine in `ViewModel.onCleared()`?...


androidkotlinkotlin-coroutinesandroid-viewmodel

Read More
No adapter attached; skipping layout. Error with Recycler View...


androidxmlandroid-layoutandroid-recyclerviewandroid-viewmodel

Read More
ViewModelProviders is deprecated in 1.1.0...


androidandroid-gradle-pluginandroid-architecture-componentsandroid-viewmodel

Read More
Activity cannot be cast to Application...


kotlin-coroutinesandroid-livedataandroid-viewmodeldaggerandroid-mvvm

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


androidandroid-livedataandroid-viewmodelmockk

Read More
Dagger Hilt @ViewModelInject is deprecated how to use @ApplicationContext in @HiltViewModel...


androidkotlindependency-injectionandroid-viewmodeldagger-hilt

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


androidandroid-jetpack-composeandroid-roomandroid-livedataandroid-viewmodel

Read More
Emitting ui state while collecting does not update ui...


androidandroid-jetpack-composekotlin-coroutinesandroid-viewmodelkotlin-flow

Read More
How to poll item in Channel Kotlin...


androidkotlinkotlin-coroutinesandroid-viewmodel

Read More
How to bind to an Android Spinner using a ViewModel...


androidkotlindata-bindingandroid-spinnerandroid-viewmodel

Read More
Difference between ActivityViewModels and lazy ViewModelProvider?...


androidkotlinandroid-viewmodel

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


stateandroid-jetpack-composeandroid-livedatanullableandroid-viewmodel

Read More
Android Compose - How to handle ViewModel clear focus event in JetPackCompose?...


androidandroid-jetpack-composeandroid-viewmodel

Read More
MVVM: Why the ViewModel is always recreated when Activity rotated...


androidandroid-viewmodelandroid-koin

Read More
How can I get data and initialize a field in viewmodel using kotlin coroutines and without a latenit...


androidkotlininitializationkotlin-coroutinesandroid-viewmodel

Read More
Android - Best practice to pass objects between fragments...


androidandroid-fragmentsandroid-viewmodel

Read More
How can I initialize a val that need to be initialize through viewModelScope?...


androidkotlinkotlin-coroutinesandroid-viewmodel

Read More
Jetpack Compose: Notify changes in StateFlow...


kotlinandroid-jetpack-composekotlin-coroutinesandroid-viewmodelkotlin-flow

Read More
How to get LazyRow's visible items in viewmodel...


androidandroid-jetpack-composeandroid-viewmodelandroid-jetpack-compose-lazy-column

Read More
MVVM architecture with Interactors/UseCases...


androidmvvmandroid-livedataandroid-viewmodel

Read More
Android ViewModel with StateFlow - testing issue. Test never waits for next value...


androidunit-testingandroid-viewmodelkotlin-stateflow

Read More
Should Kotlin Flows be used when passing a single object to ViewModel in Android?...


androidkotlinkotlin-coroutinesandroid-viewmodel

Read More
BackNext