码迷,mamicode.com
首页 > 移动开发 > 详细

android图表库说明

时间:2015-03-03 18:40:52      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:

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

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

 

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

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

android图表库说明

标签:

原文地址:http://blog.csdn.net/bawang_cn/article/details/44040567

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!