摘要: 1.设置ExpandableListView 默认是展开的:先实例化exListView 然后exListView.setAdapter(exlvAdapter); //遍历所有group,将所有项设置成默认展开 intgroupCount = exListView.getCount(); ... 阅读全文
posted @ 2015-07-28 16:05 Michelle's Home 阅读(283) 评论(0) 推荐(0)
摘要: public static void testMapVoid () { Map map = new HashMap(); map.put("a", "a1"); map.put("b", "b1"); map.put("c", "c1"... 阅读全文
posted @ 2015-07-28 14:14 Michelle's Home 阅读(615) 评论(0) 推荐(0)