You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: