我想在android中创建自定义可扩展列表视图,但是当我点击子项时,找不到任何值,我的点击事件如下:
mExpandableListView.setOnChildClickListener(new OnChildClickListener() {
@Override
public boolean onChildClick(ExpandableListView parent, View v,
int groupPosition, int childPosition, long id) {
Toast.makeText(getBaseContext(), "Child clicked",
Toast.LENGTH_SHORT).show();
return true;
}
});
有谁知道?请帮忙 在此先感谢
答案 0 :(得分:3)
试试这个。 使用方法“getChildAtPosition”..
su chale chhe?