can anybody have any idea how to stop ASyncTask thread in android?.
Actually i have a loop which creates threads and executes them. and when this loop will end i want to stop all that threads which have run. is there anyway to stop threads?
thanks alot.