摘要: 链接:http://developer.android.com/reference/android/os/AsyncTask.html2.1 Usage2.2 Threading rules2.3 Memory observability2.4 Order of execution2.5 源码分析2.6 小结 AsyncTask enables proper and easy use of the UI thread. This class allows to perform background operations and publish results on the UI ... 阅读全文
posted @ 2013-11-07 16:58 海通 阅读(375) 评论(0) 推荐(0)