实现ExpandableListAdapter三种常用方式
时间:2014-05-05 23:43:51
收藏:0
阅读:280
1、扩展BaseExpandableListAdapter实现ExpandableListAdapter
2、使用SimpleExpandableListAdapter将两个List集合包装成ExpandableListAdapter
3、使用SimpleCursorTreeAdapter将Cursor中的数据包装成SimpleCursorTreeAdapter
评论(0)