tjerkw / Android-SlideExpandableListView

A better ExpandableListView, with animated expandable views for each list item
Apache License 2.0
1.98k stars 741 forks source link

seems cannot running this demo #96

Open syf6490385 opened 9 years ago

syf6490385 commented 9 years ago

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?

tjerkw commented 9 years ago

It was a merge request which i accepted without testing, due to time constraints. lemme have a look

leeminyong commented 8 years ago

Thank you