I am Downloading some data from web and displaying them into a list.
Now i want to add the item to the list when its downloaded means if whole data has 10 item if one is downloaded i want that data to add in the ListView so that list will become more attractive.
I am using AsyncTask to download the data and in post background i am binding collected data into the list using custom adapter.
Look into using Loaders. You will probably want to include the compatibility library in order to use that API and still support pre-3.0 devices.