An AsyncTask is what you use when something takes too much time during the run of your Android app. For example, the user requests a web page.
確定! 回上一頁