Possible Duplicate:
how to stop ASyncTask thread in android
Can I force all AsyncTasks
in the stack to stop and let just UI thread run?
I connect to network and download some info, images from server using AsyncTasks. But when the connection is lost, I need to stop them all. It is my application requirement.