Skip to content

This is an example Android application showing how to use a navigation drawer along side a google map.

Notifications You must be signed in to change notification settings

CMDann/drawer-demo

Repository files navigation

DrawerDemo

endorse

This demo illustrates implementing a google map view along side a navigation drawer that slides out from the left hand side of the screen. This is a very nice, but complex UI which is nice for a lot of Google Maps applications.

You need a google maps API key, you can replace GOOGLE_MAPS_API_KEY in strings.xml under /res/

Links:

Installation

  1. Download the zip
  2. Import into Android Studio
  3. Get Google Maps v2 API key
  4. Profit

Google Maps

Google Maps v2

Before you can begin working with the API, you will need to download the API and ensure that you have a Google Maps Android API v2 key. Both the API and the key are freely available.

Android Studio

Android Studio

Android Studio is a new Android development environment based on IntelliJ IDEA. It provides new features and improvements over Eclipse ADT and will be the official Android IDE once it's ready. On top of the capabilities you expect from IntelliJ, Android Studio offers:

  1. Flexible Gradle-based build system.
  2. Build variants and multiple APK generation.
  3. Expanded template support for Google Services and various device types.
  4. Rich layout editor with support for theme editing.
  5. Lint tools to catch performance, usability, version compatibility, and other problems.
  6. ProGuard and app-signing capabilities.
  7. Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine.

About

This is an example Android application showing how to use a navigation drawer along side a google map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages