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
- Host: GitHub
- URL: https://github.com/bitpay/android-sdk-sample
- Owner: bitpay
- Created: 2014-10-10T14:35:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T19:24:44.000Z (over 11 years ago)
- Last Synced: 2025-04-06T08:03:02.991Z (about 1 year ago)
- Language: Java
- Size: 281 KB
- Stars: 6
- Watchers: 3
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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