adityaladwa/DaggerMVP-Tutorial

MainScreenPresenter(Retrofit retrofit, ...) is not good

abiemann opened this issue · 0 comments

you don't want to pass Retrofit because it makes the presenter more difficult to test.

Suggestion is to pass PostService instead.