Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

IBM-Cloud/insurance-bot-android

Repository files navigation

2018-06-21: Making the project inactive, archiving this repository

The Android and iOS client are no longer maintained. Please use the web client only.

Cloud Insurance Co. - Android client

Build Status

This service is part of the larger Cloud Insurance Co. project.

Overview

A native android app to interact with the chat bot integrated in the Cloud Insurance Co. application.

Application Requirements

  • Android Studio 2.2.1 and above, Android 6.0 and Above (API Level 23+)
  • Gradle

Running the application with the Android emulator

  1. The android app depends on the Cloud Insurance Bot app. Make sure to deploy this app first. The simpler path to deploy this app is to use the Cloud Insurance toolchain.

  2. Ensure Gradle is properly setup in your environment.

  3. Clone the app to your local environment from your terminal or command prompt(on windows) using the following command:

git clone https://github.com/IBM-Cloud/insurance-bot-android.git
  1. Launch Android Studio and Select "Open an existing Android Studio Project". Navigate to insurance-bot-android folder and Click OK.

  2. Edit /app/src/main/res/values/config.xml and replace the hosted_url property with the location where you deployed the insurance-bot app.

  3. Allow Gradle Sync and build to complete

  4. Run the app

License

See License.txt for license information.