janishar / android-mvp-architecture

This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
4.43k stars 1.24k forks source link

Dagger 2.11 & Retrofit #46

Open testacnt145 opened 6 years ago

testacnt145 commented 6 years ago

Does this project follows the latest dagger 2 guidelines?

And is there any chance that you will include Retrofit API calls with proper separate network dagger module as shown here

amitshekhariitbhu commented 6 years ago

We can think on this.

ysmintor commented 6 years ago

I appreciate the update of Dagger 2.11 with Android Injector demo. Retrofit2 is also another greate networking library.

anandwana001 commented 5 years ago

32