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. 