You need to subscribe to setOnChildClickListener
getExpandableListView().setOnChildClickListener(this);
and implement OnChildClickListener
@Override public boolean onChildClick(ExpandableListView parent, View v, int groupPosition, int childPosition, long id) {
Pentium10
source share