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

More examples #114

Closed ipdxl closed 7 years ago

ipdxl commented 8 years ago

Can you give a more extensive wiki about restartables? I find something poor the info and how to use restartable() and deliver() methods, even restartableFirst() and the other related methods.

konmik commented 7 years ago

Hi, I do not understand what is hard to understand. :) This library is very small, you can learn how to use it by reading JavaDoc + source code.