With AsyncTask, you're basically performing an asynchronous operation on a worker thread, then using its result on the main thread.
確定! 回上一頁