SugarTask
SugarTask copied to clipboard
can i only return object , what about list<object>
Hi am trying to use the library, but anything i return list<Objects> from the background , it seem i can only call object on the onfinish task , altering the return object cause it ~not overiding methods ~ how to fix this
update it seem i can access class variable from inbackground -- is this logic designed , because am thinking if i access varaible from inbackground wont the it leak if i leave before the inbackground finishes and need to access data
it seem i can access