Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Collapsible List Item in navigation Drawer

I have read the documentation of android Navigation Drawer but there is nothing on how to create collapsible/expandable List item in navigation drawer. I know something about android ExpandableListView but I think it is not the way to create it. I want to create such nested item:

enter image description here

like image 710
Kaidul Avatar asked Jul 12 '13 18:07

Kaidul


1 Answers

You can start with ExpandableListView and writing your own ExpandableListAdapter and use that as your drawer item.

like image 116
Karakuri Avatar answered Oct 08 '22 14:10

Karakuri