Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-viewmodel

Kotlin coroutines await for 2 or more different concurrent requests

ViewModel Instantiation Causes Infinite Loop

FirebaseAuth.AuthStateListener using LiveData. Is there scope for improvement in below implementation?

java.lang.ClassCastException: com.eng.bt_eng_mobility.viewmodel.HomeViewModelFactory cannot be cast to androidx.lifecycle.ViewModel

It is ok to call observeForever() on Livedata returned by Transformations.map() inside 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