Show Pie chart in Android Application

Harshal Kalavadiya picture Harshal Kalavadiya · Feb 1, 2014 · Viewed 24.5k times · Source

I want to show pie chart in my android application like below:

Pie chart

So any one idea about this how can I achieve this? If any library for that then please suggest me.

Thank in advance.

Answer

Jigar Pandya picture Jigar Pandya · Feb 1, 2014

In order to show different types of chart,you can use AchartEngine library available in Android or Google charts API here

Kindly refer to this link for more information.there are also several demos available on internet.

You need to do litle bit customisation according to your need. :)

You can ask if you have any furher queries!!