android10 / Android-CleanArchitecture

This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inject Presenter in Activity become NULL

tlcheah2 opened this issue · comments

Hi all,
I am new to dagger. How do I inject Presenter in activity in this architecture?

The application will crashed when the userListPresenter.initialize() is called as the presenter is still null.

Thanks in advance.
screen shot 2018-07-25 at 3 20 47 pm