Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-viewmodel

Why some people still use viewmodel in jetpack compose?

MockK mock ViewModel's savedStateHandle.getLiveData()

unresolved reference hiltViewModel() despite dagger-hilt in build.gradle

Jetpack Compose: No recomposition happening, when updating list element contents

Get ViewModel's coroutine scope with Hilt

My observer is always firing when I come back from one fragment to another

Android Architecture Components: Multiple instances of the same view model

When to use multiple ViewModels vs shared ViewModel in Android?

android android-viewmodel

Best practise of using view model in jetpack compose [closed]

Livedata setvalue is ignored when called multiple times

Kotlin CoroutineScope initialization depending upon CoroutineContext with custom getter

Repository to return LiveData when Room doesn't have it and instead fetches from REST API

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