Using AsyncTask you can only update the UI(the ListView in this case) on the onPostExecute method. And inside onPostExecute you can call ...
確定! 回上一頁