Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-viewmodel

Android MVVM: Does using Glide directly in a fragment break the MVVM pattern?

Problem in using viewModelScope with LiveData

Best approach to start an Activity from ViewModel in MVVM Architecture

AndroidViewModel with SavedState

Proper way to pass LiveData in ViewModel taken from suspended Repository

injecting viewmodel with navigation-graph scope: NavController is not available before onCreate()

How to inject viewModel in BaseFragment using Koin

Android ViewModel doesn't survive fragment change

Cannot resolve symbol ViewModelProviders

android android-viewmodel

Jetpack Compose show snack bar from view model - Single Live Event

AndroidViewModel - Making duplicate calls doesn't return data in observe function

How to call again LiveData Coroutine Block

How to inject a ViewModel with Koin in Kotlin?

Enable Button when EditText text.length() > 0 using Android Data Binding

Get an activity's context from view model class

Searching a LiveData of PagedList in RecyclerView by Observing ViewModel

How to handle onClick or onTouch like events in ViewModel with data binding in MVVM Android

LiveData unit testing error when using postValue in init block