Reputation: 208042
I have a need to render and display charts (bar charts for now, but more types may be needed later) in an Android app I'm working on. I've done some looking around and it doesn't look like there are any really good, mature charting libraries for Android yet.
Do you know any?
Edit to add some details of requirements
Upvotes: 5
Views: 8442
Reputation: 1769
A powerful Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
Core features:
Upvotes: 4
Reputation: 8317
Take a look at Androidplot - it includes all of the features you've listed. As an additional data point here's a comparison of the current top charting libraries for Android.
Upvotes: 1
Reputation: 1035
If someone is still interested, there is NChart3D that allows to 2d and 3d charts: nchart3d.com.
Upvotes: 0
Reputation: 10293
achartengine is an open source charting library. It also has intent based graphs. It is easy to use and has apache licence 2.0 so that if at all you want, you can modify the code to do fine customization. The documentation is not that good but the demo examples are enough to understand all things required for all type of charts.
Supported chart types:
Upvotes: 9
Reputation: 1224
I used http://code.google.com/p/chartdroid/
"ChartDroid is an Intent-based "library application" for static chart and graph generation on Android."
Upvotes: 7