Display interactive pie charts in an Android app

Can someone tell me if a pie chart can be displayed in our application. Do I need to use any third-party api. I want to display a pie chart with a click event on each piece of the chart.

+3
source share
2 answers

This may help: GraphView Is a charting library on Android. On the same page you can find code examples. Source code here

Another option: achartengine

Related questions: https://stackoverflow.com/questions/424752/any-good-graphing-packages-for-android

Hope this helps!

+3
source

AChartEngine . , , .

+2

All Articles