Android client for https://github.com/IBM-Bluemix/cloudco-insurance
The Android and iOS client are no longer maintained. Please use the web client only.
This service is part of the larger Cloud Insurance Co. project.
A native android app to interact with the chat bot integrated in the Cloud Insurance Co. application.
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.
Ensure Gradle is properly setup in your environment.
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
Launch Android Studio and Select “Open an existing Android Studio Project”. Navigate to insurance-bot-android folder and Click OK.
Edit /app/src/main/res/values/config.xml
and replace the hosted_url
property with the location where you deployed the insurance-bot
app.
Allow Gradle Sync and build to complete
Run the app
See License.txt for license information.