janishar / android-mvvm-architecture

This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
2.95k stars 936 forks source link

why use viewmodel why not baseObservable #37

Open mbahgojol opened 5 years ago

mbahgojol commented 5 years ago

when I update the display value, the value does not change but when I enter the display variable into the extension class the Baseobservable value can change