Using a navigation drawer as a way to set Debug settings in debug builds.
DrawerPOC is hosted in the following web site
https://github.com/s73v3r/DrawerPOC
If you think the Android project DrawerPOC 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 DrawerPOC.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 2 |
Fragment Count | 2 |
Required Permissions | android.permission.GET_ACCOUNTS android.permission.READ_CONTACTS android.permission.READ_PROFILE |
There are 4 image files in DrawerPOC. The names of the image files are listed as follows.
debug_drawer_icon_edit.png drawer_shadow.9.png ic_drawer.png progress_indeterminate_40.png
The following screenshort is generated from the image listed above.
DrawerPOC has the following Java source files.
com.example.smalsam.drawerpoc.ApplicationTest.java com.example.smalsam.drawerpoc.data.StringPreference.java com.example.smalsam.drawerpoc.ui.AppContainer.java com.example.smalsam.drawerpoc.ui.AppContainerImpl.java com.example.smalsam.drawerpoc.ui.AppContainerImpl.java com.example.smalsam.drawerpoc.ui.LoginActivity.java com.example.smalsam.drawerpoc.ui.NavigationDrawerFragment.java com.example.smalsam.drawerpoc.ui.NowPlayingActivity.java com.example.smalsam.drawerpoc.ui.POCActivity.java