I ve implemented your simple in to an app, when launching the app I am getting this error :
Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'presenter.BasePresenter presenter.loader.PresenterFactory.create()' on a null object reference`
at presenter.loader.PresenterLoader.onForceLoad(PresenterLoader.java:39)
at android.support.v4.content.Loader.forceLoad(Loader.java:329)
in this line in particular
mPresenter = mPresenterFactory.create();
I am using dagger 2 to inject the presenter factory inside the presenter
Hey,
I ve implemented your simple in to an app, when launching the app I am getting this error :
in this line in particular
mPresenter = mPresenterFactory.create();
I am using dagger 2 to inject the presenter factory inside the presenter