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
How to get onComplete using restartable methods? #133
Am I missing something or not looking at it right? How do you get
onComplete
when usingrestartableFirst
,restartableLatestCache
, etc.?