Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-viewmodel

Two-way Data Binding, RecyclerView, ViewModel, Room, LiveData, Oh My

CountDownTimer : In Activity, ViewModel or separate class?

Dagger2.10+: Inject ViewModel in Fragment/Activity which has run-time dependencies

Accessing strings.xml from ViewModel

viewModelScope not cancelled

Populate Spinner from LiveData (Room Database)

How do I get a ViewModel without ViewModelProviders class?

android android-viewmodel

Post or Set MutableLiveData - Observer onChanged not called

Why is ViewModelScoped coroutine unusable after ViewModel onCleared() method called

Kotlin does not understand ViewModelProviders.of(activity ?: fragment)

Boundary Callback (Android Paging Library) with CoroutineScope

MVVM architecture with Interactors/UseCases

ViewModel not getting cleared in Navigation navigate and live data in viewmodel stays alive

Get one value from LiveData

Android MutableLiveData keeps emitting when I re-enter fragment

Merging LiveData with different Object Contained

Loading data in ViewModel that have been retrieved in SplashActvity

ViewModel, LiveData and Transformations.map

Observing viewmodel for the second time returns null in android