如何将android可扩展列表视图添加到mapview ..?

时间:2011-09-02 06:17:05

标签: android android-listview

在我的程序中有一个地图视图,我已将MapActivity扩展到我的班级。但现在我想将 ExpandableListView 添加到该程序。我添加了将BaseExpandableListAdapter扩展为内部类的适配器类。如何在不扩展ExpandableListView的情况下将ExpandableList添加到programe。 无法添加

setListAdapter(mAdapter);
registerForContextMenu(getExpandableListView());

没有扩展ExpandableListView的行。 任何其他可能的方式..?

1 个答案:

答案 0 :(得分:0)

我成功完成了example  它展示了如何在不扩展ExpandableListView类

的情况下制作ExpandableListView