I have an activity which downloads images in background in a listView using AsyncTask, when i press an item in that list i go to another activity. Even when i have moved to second activity the asynctask keeps on downloading the images. How to i pause it.
Also can you please tell me how to pause this downloading process.