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