Quick and easy guide to Retrofit 2.0 setup or migration with RxJava
Sasa Sekulic
818
I think that using Retrofit Response in Your NetworkRepository like this Reposne<Object> getObject(); stay agains rules issued when using RxJava and MVP approach. Using strictly Retrofit implementation is agains rules “Depend upon abstraction rather than concretion” and It interfere loose copuling