Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mvvm

Android Custom Dialog With Mvvm

I am creating custom dialog and i want when the user click add button go and call retrofit and obse… Read more Android Custom Dialog With Mvvm

How To Use Android Navigation Without Binding To Ui In Viewmodel (mvvm)?

I am using android navigation that was presented at Google I/O 2018 and it seems like I can use it … Read more How To Use Android Navigation Without Binding To Ui In Viewmodel (mvvm)?

How I Can Add View Model In Module?

In Dagger, how can I add a model to Module? For example I added the presenter in the following way:… Read more How I Can Add View Model In Module?

Android Mvvm - Update Viewmodel When Data Changes

I'm working on an app using the MVVM pattern with RxJava. The architecture is the following: I… Read more Android Mvvm - Update Viewmodel When Data Changes

Observing Mediatorlivedata Issue

I have the following LiveData variables in my ViewModel (simplified example): I'm trying to us… Read more Observing Mediatorlivedata Issue

Android Mvvm Livedata Not Observing

This is my first time using MVVM architecture.I am also using LiveData. I simply retrieve data from… Read more Android Mvvm Livedata Not Observing