我尝试使用subItems(index(group))创建一个contextualMenu
列表。我的班级先extends actionBarActivity
,并宣布我的名单。
我的适配器extends of BaseExpandableListAdapter
(SubItems)。我需要acontextual菜单,所以在我的主要课程中,我有一个方法:
@Override
public boolean onContextItemSelected(MenuItem item) {
getListAdapter();
}
此getListAdapter
方法基本上包含this question的代码。
但我触摸时,它不起作用。我该如何解决这个问题?