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.98k stars 253 forks source link

Examples pushing data from RxPresenter into View #116

Closed evgenijcool closed 7 years ago

evgenijcool commented 7 years ago

Please show an example where you use "deliviryFirst ()", to invoke methods in "Activity". Because I can not understand how it makes the library without method "getView ()" that is deprecated.