How to add a listview to my activity after the AsyncTask's onPostExecute() method? I'm preparing the listview items in doInBackground() method of AsyncTask.So,I want to add the listview after the AsyncTask is completed. Please help me to resolve this issue.
Thanks in Advance.