Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-mvvm

MVVM Dagger2 A Binding With Matching Key Exists in Component

How to use data from one ViewModel in another ViewModel

Questions about the responsbilities of each component in Android Architecture Components

Using SharedPreferences or File on MVVM

Where to put business logic when working with mvvm

How to request or remove the focus on edittext using data binding

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

Google SignInButton's onClick doesn't work using DataBinding

LiveData Paged List size is always 0

MVVM with Retrofit - How to deal with a lot of LiveData in Repository?

How to set click listener and pass edittext fields value to view model using data binding

LiveData observer is being triggered multiple times using Navigation Component

How to check permission is granted in ViewModel?

Get java.lang.RuntimeException: Failed to call observer method from binding implementation method

Should we create a separate repository for each Activity or single repository for entire app

android LiveData Observable doesn't return data if calls are made quickly

Make certain part of text bold using DataBinding

Handle Toolbar back button with Navigation component

Android: MVVM is it possible to display a message (toast/snackbar etc.) from the ViewModel