Show Pie chart in Android Application [closed]
Asked Answered
S

3

11

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.

Schutzstaffel answered 1/2, 2014 at 7:15 Comment(0)
T
13

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

Thoraco answered 1/2, 2014 at 7:20 Comment(4)
in Google charts API it show chart in terms of html code so which way i configure it in my applicationSchutzstaffel
go for Achart engine...Its simple coding in JavaThoraco
even i have used same for my applicationThoraco
What's with the exclamation marks? !! !!Lenlena
H
7

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

Hoarse answered 1/2, 2014 at 7:32 Comment(1)
:;Thanks for your effort and timeSchutzstaffel
C
4

You can use Google Charts API which is quite easy to embed

Google Pie chart

If you want to generate the chart statically on the device you have several third party libraries that can do that for you:

AchartEngine

AndroidPlot

ChartDroid

Colorblind answered 1/2, 2014 at 7:19 Comment(2)
To embed Google Charts you can add a WebView to your layout. #10814642Colorblind
:Thanks for your effort and timeSchutzstaffel

© 2022 - 2024 — McMap. All rights reserved.