首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

android开发过程有关问题汇总

2012-09-20 
android开发过程问题汇总1. Only the original thread that created a view hierarchy can touch its view

android开发过程问题汇总

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

??? 答:android中相关的view和控件不是线程安全的,我们必须单独做处理。这里借此引出Handler的使用。

热点排行