Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-viewmodel

Viewmodel instantiated in Compose with hiltviewmodel() called multiple times

Best practice to combine android ViewModel and data binding

Can I eliminiate viewmodel and viewbinding boilerplate code in my Android Fragments?

Livedata with Viewpager2-Fragments

Recyclerview ListAdapter DiffUtil not working as expected

Clean way of passing CompositionLocal value to viewmodel in Jetpack Compose

Refreshing livedata with Retrofit request response

Koin 2.2.1 : I cannot use "by viewModel" in Activity

MVVM architecture in android Using Volley

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?