Search code examples
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
Reset/clear viewmodel or livedata...

androidandroid-fragmentsandroid-livedataandroid-viewmodelandroid-navigation

Read More
Closing application using `activity. Finish()` causes malfunction on restart...

androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
How to add and remove item in MutableLiveData<ArrayList<String>> and notify the UI in ko...

androidkotlinmvvmandroid-viewmodelmutablelivedata

Read More
Jetpack Compose View Models not updating view...

android-jetpack-composeviewmodelandroid-viewmodel

Read More
Access deep-link parameters from an Android View Model's injected SavedStateHandle...

androidandroidxandroid-viewmodeldagger-hilt

Read More
Error when creating ViewModel in Jetpack Compose...

androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
Boolean State in compose is changing before the variable I put after it get's assigned...

androidkotlinandroid-jetpack-composeandroid-viewmodelmutablestateof

Read More
Unable to create instance of view model class in fragment...

androidmvvmandroid-livedataandroid-viewmodel

Read More
Can Jetpack viewmodel be instantiated in composable function?...

androidandroid-jetpack-composeandroid-viewmodel

Read More
BackNext