AsyncTask is a background task that runs in the background thread. It takes an Input , performs Progress and gives an Output . I.e., AsyncTask<Input, Progress, ...
確定! 回上一頁