how can I cancel a running AsyncTaskLoader?
The reference sais, there should be a cancelLoadInBackground() method to cancel a running task, but this method is not available in AsyncTaskLoader?!!
There are two other methods,cancelLoad() and stopLoading(), both do not work for me.
I need to abort the task, if someone switches from the current fragment to another one