NicolaGenesin / SimpleBitcoin

A simple bitcoin viewer done last evening

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Bitcoin viewer

Done this evening for fun, using blockchain api: https://blockchain.info/en/api

Dependencies:

compile 'com.android.support:design:22.2.1'
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:recyclerview-v7:22.0.+'
compile 'com.github.ksoichiro:android-observablescrollview:1.5.2'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'uk.co.chrisjenx:calligraphy:2.1.0'
compile 'com.github.lecho:hellocharts-library:1.5.7@aar'

About

A simple bitcoin viewer done last evening


Languages

Language:Java 100.0%