我的要求是:
这里是我正面临绘制三维饼图的问题的快速概述。
Orson Charts - 我发现一个图书馆可以满足我的需要,但付费(高费率)。 (http://www.object-refinery.com/orsoncharts/android/index.html)
Google图表库 - 使用我们不想要的API调用绘制饼图。我们的应用应该离线工作。 (https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart
jFreeChart - 这是java库,但使用swing包绘制图形。 Swing不包含在android中,因此使用此库是有限制的。 (http://www.java2s.com/Code/Java/Chart/JFreeChartPieChart3DDemo2withRotation.htm)
aFreeChart - 这是专为使用上述(jFreeChart)库的android设计的,但它们没有包含饼图的3D绘图工具。 (http://afreechart.googlecode.com/svn/doc/screenshot/index.html)
如果有可能使用任何图书馆,请建议我。