2015年8月14日

ExpandableListView方法详解

摘要: 正文 一、结构publicinterfaceExpandableListAdapter间接子类:BaseExpandableListAdapter,CursorTreeAdapter,ResourceCursorTreeAdapter,SimpleCursorTreeAdapter,SimpleE... 阅读全文

posted @ 2015-08-14 14:43 %幻#影% 阅读(710) 评论(0) 推荐(0) 编辑

关于ExpandableListView用法的一个简单小例子

摘要: 喜欢显示好友QQ那样的列表,可以展开,可以收起,在android中,以往用的比较多的是listview,虽然可以实现列表的展示,但在某些情况下,我们还是希望用到可以分组并实现收缩的列表,那就要用到android的ExpandableListView,今天研究了一下这个的用法,也参考了很多资料动手写了... 阅读全文

posted @ 2015-08-14 14:04 %幻#影% 阅读(196) 评论(0) 推荐(0) 编辑

导航