expandable-navigation-drawer
expandable-navigation-drawer copied to clipboard
Shows how to create android navigation drawer with expandable list elements
expandable-navigation-drawer
Implement simple application containing navigation Drawer with expandableListView elements.
Application description
In app you can see integrated navigation drawer with items containing different types of movie genres. Each item contains some (hard-coded) movie list related to the corresponding genre. When user clicks on one of the items the item will be expanded and the content of that item (actually it is list of the films of the given genre) will become visible. If user clicks on the expanded item the list of movies will be collapsed.