”ExpandableListView“ 的搜索结果

     public class MyExplandableListView extends ExpandableListView implements OnChildClickListener,OnGroupClickListener{ ExpandInfoAdapter adapter; private Context context_; String[] str_group_...

     在Activity布局文件声明数据源: Map父布局、子布局适配器BaseExpandableListAdapter + 监听setOnChildClickListener + notifyDataSetChanged列表更新数据

     首先当然是需要在主界面的布局里面放一个ExpandableListView,因为我放东西喜欢在可视化界面里直接拖进去然后再去xml里面修改,这里我发现可视化界面里找不到这个组件,没办法只能手写,而且ExpandableListView好像...

10  
9  
8  
7  
6  
5  
4  
3  
2  
1