An open API service indexing awesome lists of open source software.

https://github.com/bitpay/android-sdk-sample

sample application using the bitpay android sdk
https://github.com/bitpay/android-sdk-sample

Last synced: about 1 year ago
JSON representation

sample application using the bitpay android sdk

Awesome Lists containing this project

README

          

=Music Store App

This project is a sample app to test the capabilities of the [BitPay Android SDK](https://github.com/bitpay/android-sdk).

## Setup your token
Create a new token on [My Account > API Tokens](https://test.bitpay.com/api-tokens). We store the token as a string resource in [this file](https://github.com/bitpay/android-sdk-sample/blob/master/app/src/main/res/values/strings.xml).

KUW8nvHZpbqG8xbDvtXYVL

## Building the project

gradle build

## Installing to a device

gradle install

## Run it

gradle run