Search code examples
androidandroid-asynctaskandroid-support-libraryasynctaskloader

Support library's AsyncTaskLoad does not support being cancelled?


I'm using the v13 support library and all the functions required to support cancellation such as isLoadInBackgroundCanceled and cancelLoadInBackground are completely missing.


Solution

  • Answered here. The support library version doesn't support cancellation which is quite ridiculous. Only the framework version has cancellation ability.