android开发过程问题汇总
1. Only the original thread that created a view hierarchy can touch its views
??? 答:android中相关的view和控件不是线程安全的,我们必须单独做处理。这里借此引出Handler的使用。
发布时间: 2012-09-20 09:36:50 作者: rapoo
android开发过程问题汇总
1. Only the original thread that created a view hierarchy can touch its views
??? 答:android中相关的view和控件不是线程安全的,我们必须单独做处理。这里借此引出Handler的使用。