Android-SlideExpandableListView
Android-SlideExpandableListView copied to clipboard
seems cannot running this demo
so,this demo can not running actually. you must modify sth make sure it's not show null pointer expection change line29 in ExampleActivity list.setAdapter(buildDummyData())->>list.setAdapter(new SlideExpandableListAdapter(buildDummyData(),R.id.expandable_toggle_button,R.id.expandable));
fk,just make sure it's can running normally before commit,ok?
It was a merge request which i accepted without testing, due to time constraints. lemme have a look
Thank you