Skip to content Skip to sidebar Skip to footer

How To Get An Asynctask To Cancel Itself When The Activity Finishes

I'm developing a ListActivity that has a bunch of information displayed in each items of the list. Since gathering the data to display in each entry of the list (thumbnail from th

Solution 1:

I'd consider replacing array of AsyncTasks with one AsyncTask. onProgressUpdate could help here.


Post a Comment for "How To Get An Asynctask To Cancel Itself When The Activity Finishes"