标签:多线程 views nbsp touch can 异步 线程中更新ui 子线程 thread
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