Today I am come across a problem in Drawing out Graph in Android Pro-grammatically. I am Using Achartengine graph library for achieving this , I have done with simple pie chart , But I have no clue how to make Concentric pie chart using this .
Here is a demo Image of graph which I want to make.
Thanx for help in advance :) 
Here is the example, first create a
LinearLayoutin yourview(xml)and get it in youractivityto pass itSingleDonutGraphclass to draw adonut graphon this layout.You also have to passgraphValues[]as double array(the value you have to set on donut graph).Then use this class
SingleDonutGraph.java