Android studio bootstrap with maps and menu drawer. When you need use maps in android studio you should chande in AndroidManifest this line: <meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="*"/>.
AndroidStudioBootstrapMapsMenuDrawer is hosted in the following web site
https://github.com/yoman07/AndroidStudioBootstrapMapsMenuDrawer
If you think the Android project AndroidStudioBootstrapMapsMenuDrawer 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 AndroidStudioBootstrapMapsMenuDrawer.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 9 |
Activity Count | 3 |
Fragment Count | 4 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES com.zdobywacz.permission.MAPS_RECEIVE |
There are 2 image files in AndroidStudioBootstrapMapsMenuDrawer. 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.
AndroidStudioBootstrapMapsMenuDrawer has the following Java source files.
com.menudrawerexample.DrawerAdapterClass.java com.menudrawerexample.LoginActivity.java com.menudrawerexample.MainActivity.java com.menudrawerexample.NavigationDrawerFragment.java com.menudrawerexample.NonLoggedActivity.java com.menudrawerexample.ProfileFragment.java com.menudrawerexample.ZdobywaczMapFragment.java com.menudrawerexample.util.SystemUiHider.java com.menudrawerexample.util.SystemUiHiderBase.java com.menudrawerexample.util.SystemUiHiderHoneycomb.java