Skip to content

slemeur/solutions-mobile-backend-starter-android-client

 
 

Repository files navigation

solutions-mobile-backend-starter-android-client

This project is Android native client sample for Mobile Backend Starter.

Disclaimer: This is not an official Google Product.

Products

Language

APIs

Setup Instructions

The instruction below lists just some key steps. For detailed setup instructions and documentation visit [Google App Engine developer site] (https://developers.google.com/cloud/samples/mbs).

  1. Make sure you have Android SDK with Google APIs level 15 or above installed. This project is currently configured using APIs level 19, but will work perfectly with anything level 15 or above.

  2. Import the project into Eclipse.

  3. Make sure you have Google APIs selected in your project properties. This option is under Android in Project Build Target.

  4. Update the value of PROJECT_ID in src/com/google/cloud/backend/android/Consts.java to the app_id of your deployed Mobile Backend 5. Make sure that your Mobile Backend is configured with OPEN mode. Also update your PROJECT_NUMBER and WEB_CLIENT_ID with the values from your console project.

  5. Update the value of DEFAULT_ROOT_URL in endpoint-libs/libmobilebackend-v1/mobilebackend/mobilebackend-v1-generated-source/Mobilebackend.java to your own project.

  6. Run the application.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.5%
  • CSS 2.8%
  • Perl 0.7%