SugarTask icon indicating copy to clipboard operation
SugarTask copied to clipboard

Android lifecycle safety task with sugar code style.

Results 4 SugarTask issues
Sort by recently updated
recently updated
newest added

When using SugarTask in fragments which are accessed with ViewPager, it makes an IllegalStateException : Fragment has not been attached yet. This happens when you select a fragment and the...

Hi am trying to use the library, but anything i return list from the background , it seem i can only call object on the onfinish task , altering the...

how to restart the whole in the background thread

Hi. Could you please tell me, how I can delegate Exception from onBackground() to onBroken()? I'm trying to run method that can throw IOException in onBackground(), but onBackground itself doesn't...

enhancement