in an android expandable listview, i need to make thechildren displayed, only on pressing the expand collapse nodes..ie; i do notwant to show the children on pressing the row of the expandable listview..how can i accomplish it?
Regards, Rony
in an android expandable listview, i need to make thechildren displayed, only on pressing the expand collapse nodes..ie; i do notwant to show the children on pressing the row of the expandable listview..how can i accomplish it?
Regards, Rony
I guess you want the expandable listview always expand without click group? You can check this question How to keep ExpandableListView in expanded status? and Expandable ListView .