This is an example Android application showing how to use a navigation drawer along side a google map..
DrawerDemo is hosted in the following web site
https://github.com/CMDann/DrawerDemo
If you think the Android project DrawerDemo 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 DrawerDemo.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 4 |
Fragment Count | 2 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED android.permission.VIBRATE android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE com.google.android.c2dm.permission.RECEIVE com.google.android.providers.gsf.permission.READ_GSERVICES |
There are 2 image files in DrawerDemo. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
DrawerDemo has the following Java source files.
drawer.cmdann.demos.drawerdemo.ActivityOne.java drawer.cmdann.demos.drawerdemo.ActivityThree.java drawer.cmdann.demos.drawerdemo.ActivityTwo.java drawer.cmdann.demos.drawerdemo.ApplicationTest.java drawer.cmdann.demos.drawerdemo.MainActivity.java drawer.cmdann.demos.drawerdemo.NavigationDrawerFragment.java