|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 AsyncTask 的软件包 | |
|---|---|
| net.tsz.afinal.common | |
| net.tsz.afinal.http | |
| net.tsz.afinal.common 中 AsyncTask 的使用 |
|---|
| 返回 AsyncTask 的 net.tsz.afinal.common 中的方法 | |
|---|---|
AsyncTask<Params,Progress,Result> |
AsyncTask.execute(Params... params)
Executes the task with the specified parameters. |
AsyncTask<Params,Progress,Result> |
AsyncTask.executeOnExecutor(java.util.concurrent.Executor exec,
Params... params)
Executes the task with the specified parameters. |
| net.tsz.afinal.http 中 AsyncTask 的使用 |
|---|
| net.tsz.afinal.http 中 AsyncTask 的子类 | |
|---|---|
class |
AjaxRequestHandler
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||