找回密码
 立即注册
android线程AsyncTaskHandler | vc书籍 2022-06-15 185 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
在实际应用中,经常会遇到处理耗时的任务,例如网络连接、数据库操作等。如果将这些操作放在主线程(UI线程)中,就会造成UI挂起的现象。在 Android 中,可以使用 AsyncTask 和 Handler 两个异步方法来解决这个问题。

(In practical applications, we often encounter time-consuming tasks, such as network connection, database operation and so on. If these operations are placed in the main thread (UI thread), the UI will hang. In Android, two asynchronous methods, asynctask and handler, can be used to solve this problem.)

[下载]20274868517.rar




上一篇:Android官方API文档完整版.chm
下一篇:android开发 NDK 编译和使用静态库.doc