Asynchronous Task is begin cancelled on touching the screen while it is running.I have tested my application in in samsung pop with android 2.3.6 .In this mobile the Asynchronous task is not get cancelled on touching the screen while it is running.But while i tested it in Sony u with android 4.0.1 i touch the screen the Asynchronous task has get cancelled.i have tried to override the touch event with the Asynchronous status.but it not get fixed.how can we solve this?
Asynchronous Task is begin cancelled on touching the screen while it is running.I have
Share
I’ve found the solution
I use
This way the async task will not get canceled even on back press or on touch async task