Expandable list view
问题 i am newbie in android development.. i m using expandable listview , In each row of listview i have 3 textview and 1 button ,on button click i want selected child data to be on another activity with his Group header name is that possible in Expandable list view if its then how ? please help... 回答1: For expandable list just implement following code: ExpandableListDemo.java public class ExpandableListDemo extends Activity { private ExpandableListView expandableListView; private ArrayList<Places