Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-viewmodel

ViewModel and process death

android android-viewmodel

Implementing checkbox in a Recylerview. MVVM Room ViewModel LiveData Recylerview Checkbox

Android ViewModel with StateFlow - testing issue. Test never waits for next value

Can not create instance of AndroidViewModel

Trigger kotlin flow again on pull-to-refresh

Using LiveData and ViewModel without using Room

Applying MVVM between ViewModel and Fragment/Activity interactions and communication

Is there any benefits to using LiveData rather than a regular callback?

SavedStateHandle does not persist data

How do I access any directory and file in shared storage on newer Androids?

How to use a shared ViewModel, and avoid reusing the same instance of it every time with Navigation Component

Android SavedStateHandle doesn't save in ViewModel

android android-viewmodel

Compose creating new ViewModel instance

Lateinit property viewModel has not been initialized

How do I create a ViewModel with a SavedStateHandle and another argument?

android android-viewmodel

Share viewmodel from activity to compose function using hilt