1. Only the original thread that created a view hierarchy can touch its views
答:android中相关的view和控件不是线程安全的,我们必须单独做处理。这里借此引出Handler的使用。
本文探讨了Android中视图(View)及其控件并非线程安全的问题,并介绍了解决方案,即通过Handler来确保只有创建视图层级的原始线程才能触碰其视图。
1. Only the original thread that created a view hierarchy can touch its views
答:android中相关的view和控件不是线程安全的,我们必须单独做处理。这里借此引出Handler的使用。

被折叠的 条评论
为什么被折叠?