我使用this github project但我想为每个可展开列表项添加不同的子列表。我该怎么办?应该把我的数据放在子列表中?
this.setContentView(R.layout.single_expandable_list);
ActionSlideExpandableListView list = (ActionSlideExpandableListView)this.findViewById(R.id.list);
// fill the list with data
list.setAdapter(buildDummyData());
list.setItemActionListener(new OnActionClickListener() {...});