码迷,mamicode.com
首页 > 编程语言 > 详细

异步多线程

时间:2017-02-13 23:36:41      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:多线程   views   nbsp   touch   can   异步   线程中更新ui   子线程   thread   

UI只能在主线程中完成更新,在子线程中更新UI报错如下

Only the original thread that created a view hierarchy can touch its views.

但是,在主线程中完成耗时操作容易引起使用体验不佳,进程卡顿问题,为了解决此问题引入异步多线程

 

异步多线程

异步多线程

标签:多线程   views   nbsp   touch   can   异步   线程中更新ui   子线程   thread   

原文地址:http://www.cnblogs.com/cenzhongman/p/6395543.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!