导航菜单

asynctask是什么意思_翻译中文_怎么读

asynctask怎么读

网络释义:后台线程;异步任务;异步处理工具类

网络释义

1.后台线程idhttpcpent  25411.1.9使用后台线程(asynctask)  25511.1.10使用asynctask处理配置更改  26011.1.11使用downloadmanage…

2.异步任务时,计数器服务并不是直接进入计数状态,而是通过使用异步任务(AsyncTask)在后台线程中进行计数。

3.异步处理工具类 9.5.5、进度条组件: ProgressBar 9.5.6、异步处理工具类: AsyncTask 9.7.1、发送通知: Notificatio…

4.线程工具 ... 4.6.2 广播接收者 Broadcast Receiver 93 6.2.3 线程工具 AsyncTask 118 14.2.1 什么是 AGPS 273 ...

5.任务类cTask类的实现,我们先来看看应用...一个异步任务类(AsyncTask)来实现上面所说的功能,即... 为了更好地分析AsyncTas…

6.比如用 获得 SharedPreferences 比如用 AsyncTask 或 IntentService ...

例句释义:,后台线程,异步任务,异步处理工具类

1.AsyncTask allows you to perform asynchronous work on your user interface.异步任务AsyncTask允许以异步的方式对用户界面进行操作。

2.AsyncTask just makes it easier to do both of these things.AsyncTask类只是把上面的两件事情变得简单了。

3.Its input type comes from the type parameter of the AsyncTask that you create.它的输入类型来自您所创建的AsyncTask的类型参数。

4.With AsyncTask, you can really simppfy multithreaded code.有了AsyncTask,您就完全可以简化多线程代码。

5.Naturally, the easiest way to avoid this situation is to use AsyncTask.当然,避免这种情况最好的办法是使用AsyncTask。

6.The base class in Listing 7 extends android. os. AsyncTask.清单7中的基类扩展了android.

7.Similarly, it returns an ArrayList because that is the third type parameter of the AsyncTask.类似地,它返回一个ArrayList,因为这是AsyncTask的第三个类型参数。

8.Regardless of whether or not you use AsyncTask, always remember these two rules about the single thread model无论您是否使用AsyncTask,,都要记住单线程模型的两个规则

9.You can read the AsyncTask documentation for a full understanding on how to use this class, but here is a quick overview of how it works你可以通过阅读AsyncTaskdocumentation来完全的了解AsyncTask类,下面是一个关于他怎样工作的概述。

10.For example, you can implement the previous example using AsyncTask this way例如,可以利用AsyncTask来实现上面的那个例子