如何从可扩展列表视图子值获取值

时间:2012-07-13 11:08:33

标签: android

我想在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;
    }
});

有谁知道?请帮忙 在此先感谢

1 个答案:

答案 0 :(得分:3)

试试这个。 使用方法“getChildAtPosition”..

su chale chhe?