NikhilBhople / RxMVPwithDagger

RxAndroid implementation using MVP pattern in which I have use: 1. Retrofit for API integration 2 Dagger for dependency injection 3. Picasso for image loading and caching. 4. RxBinding for bindng views

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxMVPwithDagger

I have created an Architecture for RxAndroid having following features

  1. Clean MVP pattern implementation
  2. I am injection dependency using Dagger 2
  3. I am using Retrofit for API integration
  4. I am using Rx Binding for binding views
  5. I am using Picasso for loading images

About

RxAndroid implementation using MVP pattern in which I have use: 1. Retrofit for API integration 2 Dagger for dependency injection 3. Picasso for image loading and caching. 4. RxBinding for bindng views


Languages

Language:Java 100.0%