Search code examples
androidanimationchartspie-chart

Android spinnable pie chart


I am new to the Android Graphics and I want to implement a spinnable pie chart, where the user should be able to spin/fling the pie, and it should also respond to click event, like shown in this video,

youtube example

I tried achartengine, but they dont support spinning in pie charts.

Please help.


Solution

  • I just finished up the first draft of such a pie chart, check it out here: https://github.com/saulpower/ExpandablePieChart