具有多子列表的可扩展列表

时间:2015-07-30 07:09:04

标签: android listview github expandablelistview

我使用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() {...});

0 个答案:

没有答案