Skip to content

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

License

Notifications You must be signed in to change notification settings

nrohmen/CustomAndroidMVVM

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%