Search code examples
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
Trigger kotlin flow again on pull-to-refresh...


androidkotlinandroid-viewmodelkotlin-flow

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 pass a String parameter to a viewmodel in compose?...


androidkotlinandroid-jetpack-composeandroid-viewmodelandroid-mvvm

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


androidkotlinandroid-viewmodeldaggerdagger-hilt

Read More
How to get preview in composable functions that depend on a view model?...


androidandroid-jetpack-composeandroid-viewmodel

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
Sharing viewModel within Jetpack Compose Navigation...


android-jetpack-composeandroid-viewmodelandroid-jetpack-navigation

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
viewModels not found in jetpack compose...


androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
Why recomposition happens when call ViewModel in a callback?...


androidandroid-jetpack-composeviewmodelandroid-viewmodelcompose-recomposition

Read More
Jetpack Compose pass parameter to viewModel...


androidkotlinandroid-viewmodelandroid-jetpack-compose

Read More
Jetpack Compose: 'by viewModels()' vs 'viewModel<ViewModelName>()'...


androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
Java + Android Jetpack + Dagger 2 Inject in ViewModel...


javaandroiddagger-2android-viewmodel

Read More
Android Jetpack Compose: ViewModel state resetting on tab switch...


androidandroid-studioandroid-jetpack-composeandroid-lifecycleandroid-viewmodel

Read More
Avoid the same function being triggered repeatedly in the ViewModel when a Jetpack Compose view reco...


androidandroid-jetpack-composeandroid-viewmodel

Read More
How to sync ViewModel State with (room) db?...


androidandroid-jetpack-composeandroid-roomandroid-viewmodel

Read More
Collecting Flows in the ViewModel...


kotlinandroid-jetpack-composeandroid-viewmodel

Read More
Runtime error while running my app IllegalArgumentException: No initializer set for given class...


androidkotlinruntime-errorandroid-appcompatandroid-viewmodel

Read More
Shared View Model in Android Not Seen by Child Fragment...


androidkotlinandroid-viewmodelmaster-detail

Read More
Jetpack Composable isn't updating(redrawing) after the viewModel is updated...


android-jetpack-composeandroid-viewmodel

Read More
Cannot create an instance of com.example.project.mainViewModel when using Jetpack Compose...


androidkotlinandroid-jetpack-composeviewmodelandroid-viewmodel

Read More
BackNext