AsyncTask creates a background thread for you, and runs the code in the doInBackground method on that thread. onPostExecute is run after ...
確定! 回上一頁