Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-viewmodel

Should we Use ViewModels to communicate between 2 different fragments or bundles in single activity App Architecture?

LiveData Transformations.map() with multiple arguments

How to mock the view model with Hilt for unit testing fragments?

DefaultActivityViewModelFactory not found

Android Arch Components ViewModel and LiveData trigger after screen rotation

Android ViewModel inside Service (Alternative)

View models for RecyclerView items

Understanding Android Architecture Components example GithubBrowserSample: ViewModelModule, ViewModel parameters

Does ViewModel survive Activity save and restore?

Android ViewModel and startActivity

How to implement validation using ViewModel and Databinding?

How to give same instance of ViewModel to both the Parent and Child fragment

Unit test the new Kotlin coroutine StateFlow

Updating UI using ViewModel and DataBinding

How does Android Paging Library know to load more data?

Is it correct to bind a ViewModel to a Service?

What is ViewModelStore and viewModelStoreOwner?

Retrofit call in Kotlin Coroutines viewModelScope

Should I include LifecycleOwner in ViewModel?

Android MVVM: Activity with multiple Fragments - Where to put shared LiveData?