Bitstamp API Client on Android

I am making a simple Android app to graphically display Bitstamp’s trading data through their API

The app utilizes an open source Android charting library called Androidplot, and a slide menu from here. The app features AlarmManager to repeatly firing IntentService, the later’s working thread would be pulling data from Bitstamp API (making http calls), and if there are new data, update database (sqlite) accordingly, once database is updated, a Broadcast is sent to the main UI thread and updates the chart.

[Check it out](https://github.com/ericcj24/simple-bitstamp-api-androidclient) new repo [here](https://github.com/ericcj24/bitstamp-api-android2)

I have been exploiting with different designs to approach this problem, here is the newest version, check it out :)

I will try to add more functionality in project in the following days :)

Cheers

April 11, 2014

Comments

comments powered by Disqus