konmik / nucleus

Nucleus is an Android library, which utilizes the Model-View-Presenter pattern to properly connect background tasks with visual parts of an application.
MIT License
1.97k stars 253 forks source link

getView() deprecated #155

Closed GreeNxGit closed 6 years ago

GreeNxGit commented 6 years ago

getView() deprecated in Presenter. I want using view in Presenter. How do call view in presenter?