ExpandableListView_麦子_新浪博客
expandListView = (ExpandableListView) findViewById(R.id.expand_list_view);...child = new ChildItem(); convertView = inflater.inflate(R.layout.expand_lis...
Android中ExpandableListView控件基本使用
Demo来展示Android中ExpandableListView控件的使用,如如何在组/子ListView中绑定...List<String> childitem = new ArrayList<String>(); for(int i=0;i<c....