开发中很多地方使用到了多级列表,android可以使用ExpandableListView很好的实现,下面模仿了手机qq的实现,见下图。

Android UI开发第二篇——多级列表(ExpandableListView) _android

多级列表使用了ExpandableListView,自定义了Adapter;
下载

 

/**
* @author 张兴业
* 邮箱:xy-zhang#163.com
* android开发进阶群:278401545
*
*/