Search code examples
Controlling navigation from viewmodel...

androidandroid-jetpack-composeandroid-viewmodelandroid-navigation

Read More
Android Studio - Jetpack Compose Kotlin circular scroller input time selection...

androidkotlinandroid-jetpack-composeandroid-viewmodelcomposable

Read More
ViewModel in DialogFragment...

javaandroidandroid-roomandroid-livedataandroid-viewmodel

Read More
how to pass viewModel as parameter in NavHost compose navigation...

androidandroid-studioandroid-jetpack-composeandroid-viewmodelandroid-navigation

Read More
How do I create an instance of a view model with input parameters...

android-jetpack-composeviewmodelandroid-viewmodel

Read More
How to inject a ViewModel object in composable functions?...

androidkotlinandroid-jetpack-composeandroid-viewmodeldagger-hilt

Read More
Android: How to Enforce new VM creation using viewModel function?...

androidkotlinmvvmandroid-jetpack-composeandroid-viewmodel

Read More
Android development - Room, LiveData, Repository and ViewModel...

androidandroid-roomandroid-livedataandroid-viewmodel

Read More
What/Where is the best way to handle with states on Jetpack Compose?...

androidkotlinandroid-jetpack-composeandroid-viewmodelcompose-recomposition

Read More
How do you cancel collection and/or onEach for a Kotlin coroutine Flow?...

androidkotlinkotlin-coroutinesandroid-viewmodelkotlin-flow

Read More
How do nested jobs launched in the viewModelScope work?...

androidkotlinmvvmkotlin-coroutinesandroid-viewmodel

Read More
Best way to retrieve the activity's ViewModel for second time...

javaandroidviewmodelandroid-viewmodel

Read More
Trigger kotlin flow again on pull-to-refresh...

androidkotlinandroid-viewmodelkotlin-flow

Read More
Dagger-Hilt: @ViewModelInject is not injecting MyViewModel and crash?...

androidandroid-viewmodeldagger-hilt

Read More
Android: What is the best way to access ViewModel method from Broadcast receiver?...

androidbroadcastreceiverandroid-viewmodel

Read More
How to pass a String parameter to a viewmodel in compose?...

androidkotlinandroid-jetpack-composeandroid-viewmodelandroid-mvvm

Read More
Puzzling Coroutines behavior in Android ViewModel...

kotlinkotlin-coroutinesandroid-viewmodelstructured-concurrency

Read More
Android Kotlin/Compose ViewModel - two SateFlows for two separate fucntions to one StateFlow for UI ...

androidkotlinmvvmandroid-viewmodelkotlin-stateflow

Read More
Why network call is not triggered while using retrofit with jetpack compose mvvvm...

androidretrofit2android-viewmodeldagger-hiltandroid-mvvm

Read More
How to change value of textview in activity A after clicking on button which is present in activity ...

androidkotlinandroid-viewmodel

Read More
How can I share a ViewModel between Activities?...

androidandroid-viewmodel

Read More
Caused by: java.lang.NoSuchMethodException: <init> [class android.app.Application] - viewmodel...

androidandroid-viewmodel

Read More
Use variable from ViewModel in Activity. Best practices...

androidkotlinandroid-livedataandroid-viewmodel

Read More
How to use Shared ViewModel in fragment...

androidkotlinandroid-viewmodeldaggerdagger-hilt

Read More
Is it possible to save and extract a savedStateHandle (viewmodel) without using NavHost?...

androidkotlinandroid-viewmodelviewmodel-savedstate

Read More
Create a shared ViewModel with Factory...

androidandroid-viewmodel

Read More
Best practice for testing the initial state of a ViewMode with Turbine...

androidkotlinunit-testingandroid-viewmodelturbine

Read More
LiveData with data class doesn't update in ViewModel...

androidkotlinmvvmandroid-livedataandroid-viewmodel

Read More
Should I include LifecycleOwner in ViewModel?...

androidmvvmandroid-viewmodel

Read More
Have the remember constructs in Android jetpack compose to be used only in the context of a composab...

androidkotlinandroid-jetpack-composeandroid-viewmodeldagger-hilt

Read More
BackNext