摘要: AutoCompleteTextView控件 自动补全 继承自EditText 能够进行字符匹配 其内部包含一个AdapterView对象,可以通过该控件的setAdapter方法, 为AdapterView对象提供过滤数据 setAdapter方法中接受的适配器必须实现Filterable接口 主 阅读全文
posted @ 2015-12-05 14:23 wojiaohuangyu 阅读(9) 评论(0) 推荐(0)