Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show Pie chart in Android Application [closed]

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.

like image 604
Harshal Kalavadiya Avatar asked Feb 01 '14 07:02

Harshal Kalavadiya


2 Answers

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!!

like image 66
Jigar Pandya Avatar answered Oct 02 '22 14:10

Jigar Pandya


Here are some useful libraries AchartEngine, AndroidPlot, charts4j, aicharts, TeeChart, Orson Charts, Holograph Library

Some of these are paid and available as sample demo and some are available for free use. you can use them according to your requirement.

The implementation in the answers will be helpful to you , you can get idea about it through the posts

Link 0

Link 1

Link 2

Link 3

3D Pie Chart

like image 37
Vaibhav Agarwal Avatar answered Oct 02 '22 14:10

Vaibhav Agarwal