Android图表库的说明:
目前android的图表库众多,选择一个适合自己使用的就显得非常重要,根据功能和需求,可以选择已有的成熟的图表库,也可以自己实现,经过对比各图表库的功能和特点,目前得出:
如果是比较简单的图表曲线,可以自己实现,或者参考graphview图表库来写,代码量比较少,实现简单。
如果是比较复杂的图表曲线,可以采用MPAndroidChart这个库来完成,这个库的功能效果还是蛮好的,而且提供各种动画来展现图表,具体说明见下链接:
http://www.tuicool.com/articles/yY3uieE
视频演示见下链接
https://www.youtube.com/watch?v=ufaK_Hd6BpI
下载地址见下:
https://github.com/PhilJay/MPAndroidChart/releases
https://github.com/PhilJay/MPAndroidChart/tree/v2.0.7
https://github.com/PhilJay/MPAndroidChart/issues
https://github.com/PhilJay/MPAndroidChart/wiki
关于android可视化组件的对比可以参考如下链接:
http://www.tuicool.com/articles/uQzUjq
该文章说的较为详细,对比了很多图表库的特点
此外还有其他优秀的图表库,比如
1、Androidplot
http://androidplot.com/
2、hellocharts-android
http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2014/1107/1930.html
下载地址
http://jcodecraeer.com/a/opensource/2014/1107/1931.html
3、afreechart
http://afreechart.googlecode.com/svn/doc/screenshot/index.html
另外还有很多其他图表库,比如:
desCharts
https://github.com/bradipao/desCharts
XCL-Charts
国人出品,图表控件,种类很多
https://github.com/xcltapestry/XCL-Charts
Android-Charts
https://github.com/limccn/Android-Charts
https://github.com/HackPlan/AndroidCharts