[Solved] How to use AsyncTask for updating the data for Custom ListView [closed]


It’s ok if you couldn’t find the answer before posting this question.AsyUncTask has the method onPostExecute() that runs in the UIThread once doInBackground() gets completed.You can update your listview in onPostExecute() method once you have got data from server in doInBackground() method thats spawns a new thread.

0

solved How to use AsyncTask for updating the data for Custom ListView [closed]