Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 722 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 722 Bytes

CustomAndroidMVVM

Sample code for Android custom MVVM + Data Binding + Retrofit + Dagger

Synopsis

I write this code, just want to try to convert my friends Clean Code MVP project into custom MVVM pattern and put data binding on it. Why my MVVM project using presenter? That's why i called it custom, and it make easier for me to write unit test, by splitting logic class.

Library Used

  1. Dagger
  2. Retrofit 2
  3. okHttp

API

i use Apiary from my friends which is used on his tutorial Clean Code MVP