ExpandableListView的用法
官方说法:ExpandableListView组件是android中一个比较常用的组件,效果类似于QQ的好友列表,点击好友某个列表,可以将该列表下的子item显示出来,使用它也很简单,ExpandableListView给它设置Adapter,该Adapter需要继承BaseExpandbaleListAdapter类.
通俗说法:使用ExpandableListView可以实现好友列表效果,设置一个Adapter继承BaseExpandbaleListAdapter就可以了