views:

494

answers:

2

I need charts for my application where the user use gesture to redraw the charts in android. Could you suggest any charting API,tool or software which supports.

+3  A: 

Try to use aiCharts library - in package you can find sample of nice charts with touch support, hit-testing, animation and etc.

More about aiCharts chart engine for Android you can find by link: http://www.artfulbits.com/android/aiCharts.aspx

AlexK
Thanks for advertising your library.
Janusz
+1  A: 

You can take a look at AChartEngine: http://www.achartengine.org

Apache 2 license, open-source and easy to use.

Dan