I need to draw Bar chart and pie chart in android,i need complete explain and some sample.
I Searched in Google,But i can't understand blow link.If u know any one explain me.
This is Sample Link : http://android-graphview.org/
I need to draw Bar chart and pie chart in android,i need complete explain and some sample.
I Searched in Google,But i can't understand blow link.If u know any one explain me.
This is Sample Link : http://android-graphview.org/
Try this link.its work for me.i tried already dude.
http://androidforbegineers.blogspot.in/2013/07/bar-chart-in-android-using-achartengine.html
Check out this github library for PieChart https://github.com/Ken-Yang/AndroidPieChart and tutorial how to draw Bar chart using AFreeChart http://www.truiton.com/2013/04/android-tutorial-drawing-achartengine-bar-chart-with-example/
I recommended you this library, is very easy to use.
you can display BarGraphs, LineGraphs and PieGraphs.