TutorialDue to my low reputation, I cannot post links here, too bad.
AfreechartHttp://code.google.com/p/afreechart/
AFreeChart is based on JFreeChart 1.0.13. (C) Copyright 2010,2011 by icomw.ech Co., Ltd.
Screenshots:
Http://afreechart.googlecode.com/svn/doc/screenshot/index.html
Javadocs:
Http://afreechart.googlecode.com/svn/doc/javadocs/index.html
Download:
Http://code.google.com/p/afreechart/downloads/list
ShinobiControlsHttp://www.shinobicontrols.com/android/shinobicharts/product-tour/
ShinobiControls for Android is a commercial chart ($195) with GPU accelerated graphics and multi-touch support.
DroidchartsHttp://code.google.com/p/droidcharts/
Attempt to port JFreeCharts to Android platform. Currently the following chart types are supported: pie chart line chart xy line chart bar chart category bar chart
Download:
svn checkout http://droidcharts.googlecode.com/svn/trunk/ droidcharts-read-only
ChartDroidHttp://code.google.com/p/chartdroid/
Native chart engine for android
ChartDroid is an Intent-based "library application" for static chart and graph generation on Android. it can graph/plot/display numerical data in multiple representations. as a developer, you need only to have your users install the library, then implement a Content Provider according to this simple specification.
License: Apache License 2.0
Screenshots:
Http://code.google.com/p/chartdroid/wiki/Screenshots
AndroidPlotHttp://androidplot.com/wiki/Home
License: It's free. See our BSD License androidplot.com/wiki/License
Why use AndroidPlot instead of another 3 rdParty library? Dynamic model support Plots auto adjust for screen size and orientation. Actively developed and maintained Responsive support forum
AChartEngineHttp://www.achartengine.org/index.html
Http://code.google.com/p/achartengine/
It's the only one I 've ve found that is all Java (no webview stuff), is open source, and the author isn't asking for money even if you end up using it in a pay app.
License: Apache License 2.0
Download:
Http://code.google.com/p/achartengine/downloads/list
Screenshots:
Http://www.achartengine.org/content/demo.html
Tutorial:
Http://sites.google.com/site/androidhowto/how-to-1/create-graphs
GraphViewHttp://android.arnodenhond.com/components/graphview http://github.com/jjoe64/GraphView
Download link:
Http://android.arnodenhond.com/components
You are required to build an about page that references your usage of Graphview, and if you charge for your app you have to give a donation to the Graphview author.
SnowdonHttp://code.google.com/p/snowdon/
A simple, fast, graphing library for Android featuring scatter plots, line graphs, area plots, histograms, bar charts and heat maps. there is a quick start project in the source, it seems to me that the labels of axes cannot be trivially changed?
RapidandroidHttp://github.com/dimagi/rapidandroid
Last activity in 2010 (03/2012)
AiCharts for AndroidHttp://www.artfulbits.com/products/android/aicharts.aspx
$150 License
Dynamic Datasource Support
Android ChartHttp://www.keepedge.com/products/android_charting/
License: License cial
$299 License
Java Charts for AndroidHttp://www.java4less.com/charts/chart.php? Info = android
Costs over $140 USD for a redistribution license so that you can use it on an app that you place on the Android Market.
Rchart 2 for androidHttp://www.java4less.com/charts/chart.php? Info = android
$138.60 License
AndroChartsHttp://www.niftymobileapps.com/android-chart-library
$99 License
Another Java-Android only Library with good looking but limited charts. Obvious choice if you want to quickly embed good looking charts with very little coding effort.
Tutorial on Generating graphs in AndroidHttp://sudarmuthu.com/blog/generating-graphs-in-android
Goal was to create graphs in android using any JavaScript or HTML that are stored locally. The app and the graphs shocould work even if access to The Internet is not available.