Android API之android.os.AsyncTask
摘要:
android.os.AsyncTask AsyncTask enables proper and easy use of the UI thread. This class allows to perform background operations and publish results on the UI thread without having to manipulate ... 阅读全文
posted @ 2013-07-05 18:48 勤修 阅读(919) 评论(0) 推荐(0) 编辑