Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Latest commit

 

History

History
76 lines (40 loc) · 5.16 KB

README.md

File metadata and controls

76 lines (40 loc) · 5.16 KB

Blockv Android Example

Android example application demoing features of the Blockv platform

Contents

This example demos the following features of the BLOCKv Android Sdk

Building using Android Studio...

  1. Open Android Studio and select Open an existing Android Studio project
  2. Select the blockv-android-example directory.

Modify IDs, compile and run

To set up the example:

  1. Change replace-with-your-app-id in the BlockvModule.java file to your own App ID. See FAQ
  2. Compile and run.

Building

To build the sample after you have applied the changes above, use the build/run option in Android Studio.

Dependencies

  1. Dagger 2 for singleton management