android图表库说明

时间:2021-11-26 12:33:58

Android图表库的说明:

目前android的图表库众多,选择一个适合自己使用的就显得非常重要,根据功能和需求,可以选择已有的成熟的图表库,也可以自己实现,经过对比各图表库的功能和特点,目前得出:

如果是比较简单的图表曲线,可以自己实现,或者参考graphview图表库来写,代码量比较少,实现简单。

如果是比较复杂的图表曲线,可以采用MPAndroidChart这个库来完成,这个库的功能效果还是蛮好的,而且提供各种动画来展现图表,具体说明见下链接:

http://www.tuicool.com/articles/yY3uieE

视频演示见下链接

https://www.youtube.com/watch?v=ufaK_Hd6BpI

下载地址见下:

https://github.com/PhilJay/MPAndroidChart/releases


目前版本为2.0.7

参考文档见下

https://github.com/PhilJay/MPAndroidChart/tree/v2.0.7

关于该项目的issue见下:

https://github.com/PhilJay/MPAndroidChart/issues

关于该项目的使用和介绍见下:

https://github.com/PhilJay/MPAndroidChart/wiki



 

关于android可视化组件的对比可以参考如下链接:

http://www.tuicool.com/articles/uQzUjq

该文章说的较为详细,对比了很多图表库的特点


下面这个链接是*上面的提问和回答,关于chart方面

http://*.com/questions/9741300/charts-for-android/10716564#10716564

 

此外还有其他优秀的图表库,比如

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