Sample code for Android custom MVVM + Data Binding + OkHTTP + Retrofit + Dagger
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 and ui class.
- Espresso
- Mockito
i use Apiary from my friends which is used on his tutorial Clean Code MVP