Demonstrates creating and using a DrawerLayout for providing a navigation menu.
NavigationDrawerDemo is hosted in the following web site
https://github.com/lillicoder/NavigationDrawerDemo
If you think the Android project NavigationDrawerDemo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of NavigationDrawerDemo.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Activity Count | 3 |
There are 2 image files in NavigationDrawerDemo. The names of the image files are listed as follows.
ic_drawer_dark.png ic_drawer_light.png
The following screenshort is generated from the image listed above.
NavigationDrawerDemo has the following Java source files.
com.lillicoder.demo.navigationdrawer.BaseNavigationActivity.java com.lillicoder.demo.navigationdrawer.HomeAsUpActivity.java com.lillicoder.demo.navigationdrawer.SimpleIconActivity.java com.lillicoder.demo.navigationdrawer.TopLevelActivity.java com.lillicoder.demo.navigationdrawer.navigation.NavigationListAdapter.java