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,
I tried achartengine, but they dont support spinning in pie charts.
Please help.
I just finished up the first draft of such a pie chart, check it out here: https://github.com/saulpower/ExpandablePieChart