摘要:
expandableListView通常用在继承ExpandableListActivity里面,直接调用getExpandableListView()获得expandableListView控件,若没有调用该函数反而会报错,可以参考:http://blog.csdn.net/cjjky/artic 阅读全文
摘要:
AutoCompleteTextView的使用与Spinner类似,主要是构造ArrayAdaptor的构造方法的不同,主要是下面两种方式: 其中COUNTRIES 是自动完成匹配的数组。 阅读全文
摘要:
转自http://blog.csdn.net/coding_glacier/article/details/7520199 1.binder通信概述 binder通信是一种client-server的通信结构, 1.从表面上来看,是client通过获得一个server的代理接口,对server进行直 阅读全文