Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-viewmodel

How to initialize multiple parameters in a view model for Jetpack Compose the right way?

Android Jetpack Compose: ViewModel state resetting on tab switch

Android: Correct way to initialize ViewModel with dependencies, ViewModelProviderFactory

Android Studio Loaders have been deprecated as of Android P (API 28)?

Can we pass viewmodel as parameter to another compose function?

Sharing Data between ViewModels

Can't access the Fragment View's LifecycleOwner when getView() is null

How to populate SavedStateHandle with navigation arguments in instrumentation test using Hilt and Jetpack Compose

How to use one ViewModelFactory to provide for all ViewModels with Dagger [closed]

Enable a button when all EditText complete

JUnit5 test with LiveData doesn't execute subscriber's callback

viewmodel making network call on screen orientation change android

Android : How to write a unit test for fragment depending on a viewmodel Live data attribute?

AndroidViewModel instantiated without passing application context?

How to get value of LiveData from repository that don't access to lifeCycleOwner for observing it?

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

Android databinding and LiveData: Can't bind to value in LiveData property

Jetpack Compose: Should I pass ViewModel down the component tree or use callbacks?