Skip to content

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

License

Notifications You must be signed in to change notification settings

herisulistiyanto/CustomAndroidMVVM

Repository files navigation

CustomAndroidMVVM

Sample code for Android custom MVVM + Data Binding + OkHTTP + 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 and ui class.

Library Used

  1. Dagger 2
  2. Retrofit 2
  3. okHttp

Android Test Library

  1. Espresso
  2. Mockito

API

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages