android - Abort loading of AsyncTaskLoader on fragment detach -
how can cancel running asynctaskloader?
the reference sais, there should cancelloadinbackground() method cancel running task, method not available in asynctaskloader?!!
there 2 other methods,cancelload() , stoploading(), both not work me.
i need abort task, if switches current fragment one
there v4 support library version of asynctaskloader, not include cancelloadinbackground(). have cancelload(), cancelload() doesn't have same functionality.
Comments
Post a Comment