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 abou
You can start with ExpandableListView and writing your own ExpandableListAdapter and use that as your drawer item.