Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.44 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.44 KB

MobilePushNotification

This is the demo app for my presentation, "Implementing Push Notification Support in your Android App". The presentation slidedeck is inside the file, Implementing Push Notification in Android.pptx.

Use the steps below to import, build and run this project after cloning this repository.

NOTE: Google Play services must be installed in your device or emulator to run this project. See the presentation slidedeck for additional details.

Android Studio 1.0.2

  1. Checkout the master branch
  2. Start Android Studio
  3. Select Open an existing Android Studio project from Quick Start
  4. Browse to the directory where you cloned the repository and select build.gradle
  5. Click on OK when prompted to Import Project from Gradle
  6. If prompted to Open Project, click on Delete Existing Project and Import to complete the import
  7. If prompted to about Language Level Change, click on Yes to reload the project
  8. Click on the Run button in the toolbar or select Run 'MobilePushNotification' from the Run menu to build and run the app

IntelliJ IDEA 14

  1. Checkout the master branch
  2. Start IntelliJ IDEA
  3. Select Import Project from Welcome to IntelliJ IDEA
  4. Browse to the directory where you cloned the repository and select build.gradle
  5. Click on OK when prompted to Import Project from Gradle
  6. Click on the Run button in the toolbar or select Run 'MobilePushNotification' from the Run menu to build and run the app