Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-viewmodel

MVVM - Accessing ViewModel/SQLite in a BroadcastReceiver started from a notification when app is closed

How to use Filter SearchView for RecyclerView when using Livedata?

When unit testing a viewmodel with a repository that returns a flow, an error happen when converting it to a livedata

How to get preview in composable functions that depend on a view model?

Overriding ViewModelStore

How will the interaction between Android Navigation component and Viewmodel be?

Using interfaces for ViewModels?

Android ViewModel - how to force recreation on certain configuration changes

View Model keeps creating instance of Live Data

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)