nucleus icon indicating copy to clipboard operation
nucleus copied to clipboard

Nucleus is an Android library, which utilizes the Model-View-Presenter pattern to properly connect background tasks with visual parts of an application.

Results 7 nucleus issues
Sort by recently updated
recently updated
newest added

I tried with extending AppCompactActivity it works. But with nucleusappcompactactivity crashes. java.lang.RuntimeException: Unable to start activity ComponentInfo{com.dayanithi.supercamping/com.dayanithi.supercamping.activities.admin.AdminLoginClass}: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.Resources android.content.Context.getResources()' on a null object reference...

Update support libraries Remove build tools since they are chosen by gradle version

Is there a way to clear the delivery cache used by deliverReply etc - for example if the underlying data query has changed and we want to forget the history?

Hello, first thanks for great looking library, I would like to ask if you still maintain this library? Because I plan start using nucleus, but at the same time I...

question

Hi! I'm working on an app I want to use Nucleus for MVP+Rx. I have some doubts, and I couldn't find any solution in the documentation/wiki. Could you please help...

question

I'm either confused on the wording of the Javadocs, or restartable is not behaving how I would expect. I'm using `restartableLatestCache`, which from dissecting the Javadocs indicates that it will...

question

Hi. **DeliverLatest** completes automatically when the source observable is done. In my case I have a **Repository** which emits data from **Cache**, **DB** and **API**. I can emit from Cache...