Create custom task extending AsyncTask (similar to the old one). public class ExampleTask extends AsyncTask<String, Integer, String> ...
確定! 回上一頁