Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

Latest commit

 

History

History
60 lines (32 loc) · 3.39 KB

File metadata and controls

60 lines (32 loc) · 3.39 KB

blockv-android-sample

=======================

Android sample application demoing features of the Blockv platform

Pre-requisites

Android Studio 3.3.1+

Contents

This sample 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