Basic Logo

Basic Starter

Basic IBM Cloud Mobile Starter in Java

Table of Contents

Summary

The Basic IBM Cloud Mobile Starter project has integration points (by default) for Push Notification and Mobile Analytics services and it can also be extended to add other IBM Cloud Mobile services.

Requirements

Configuration

  • Open the project in Android Studio and perform a Gradle Sync.
  • There is no configuration in the Basic starter if there is no Mobile Foundation Service. Incase Mobile Foundation is added then follow the below pre steps.
Steps (IBM Cloud Mobile Foundation (Optional)):
  • Goto the project folder and find a shell script by name mfpregisterapp.sh and ensure that you have execute and write permissions in order to run the script.
  • run mfpregisterapp.sh. This should set up the Mobile Foundation prereqs for running the starter

Run

Click Run to start the app in Android Studio.

Basic App Screenshot

The application has built in integration points for the Mobile Analytics, Push Notifications and Mobile Foundation service (if added).

License

This package contains code licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 and may also view the License in the LICENSE file within this package.