Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-viewmodel

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

Android share ViewModel between fragment and dialog fragment?

ViewModelProviders is not working inside my Fragment

property getter or setter expected in Kotlin ViewModel class

Automatically persist changes from two way data binding using Room?

Get parent fragment from child when using Navigation Component

LiveData: Remove observer from inside Observer lambda

Kotlin: Read Only access of Immutable Type to an Internal Variable of a Mutable Type

LiveData not updating when data changes

how to create view model factory for AndroidViewModel?

Koin - how to provide mock ViewModel for espresso test?

ViewModelProviders with Dagger 2, not able to grasp the concept

ViewModel cannot be instantiated in an Activity