SirajAhemad / expandable-navigation-drawer

Shows how to create android navigation drawer with expandable list elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Shows how to create android navigation drawer with expandable list elements


Languages

Language:Java 100.0%