Android开源工具库】的更多相关文章

一.依赖注入DI 通过依赖注入降低View.服务.资源简化初始化,事件绑定等反复繁琐工作 1. AndroidAnnotations(Code Diet) android高速开发框架 项目地址:https://github.com/excilys/androidannotations 文档介绍:https://github.com/excilys/androidannotations/wiki 官方站点:http://androidannotations.org/ 特点:(1)依赖注入:包含vi…
最近因为要去外派了,工欲善其事,必先利其器!所以又回顾了一下自己github上所收藏的项目,也算是温故而知新吧. 最流行的Android组件大全 http://www.open-open.com/lib/view/open1409108030307.html android开源项目分类汇总 http://www.open-open.com/lib/view/open1406272852585.html Android开发免费类库和工具集合 http://www.open-open.com/lib…
XCL-Charts XCL-Charts V1.8     Android开源图表库(XCL-Charts is a free charting library for Android platform.)     XCL-Charts基于Android原生Canvas来绘制各种图表,使用简便,定制灵活.     目前支持3D/非3D柱形图(Bar Chart).3D/非3D饼图(Pie Chart).堆积图(Stacked Bar Chart).面积图(Area Chart). 折线图(Li…
因为要做图表相关的应用,后来百度发现了一个很好的Android开源图表库(XCL-Charts is a free charting library for Android platform.) 下面内容转载于:http://blog.csdn.net/xcl168/article/details/29675613,详细介绍了XCL-Charts的展示内容. =====================================================================…
XCL-Charts V2.1 Android开源图表库(XCL-Charts is a free charting library for Android platform.) XCL-Charts基于原生的Canvas来绘制各种图表,在设计时,尽量在保证开发效率的同一时候,给使用者提供足够多的定制化能力. 因此使用简便,同一时候具有相当灵活的定制能力.          眼下支持(3D/非3D,背向式)柱形图(Bar Chart).3D/非3D饼图(Pie Chart).堆叠图(Stacke…
From: http://www.oschina.net/p/achartengine AChartEngine是为android应用而设计的绘图工具库.目前该库的最新稳定版本是0.7,支持绘制以下类型的图表: line chart area chart scatter chart time chart bar chart pie chart bubble chart doughnut chart range (high-low) bar chart dial chart / gauge com…
转载请注明本文出处:http://blog.csdn.net/wingichoy/article/details/50428246 MPChart是android上一款强大的图表开源库,他可以轻松的绘制折线图 柱状图 饼状图等等.. 由于项目需要用到,于是去百度了一番,发现先有的demo基本上没有讲解,新手看起来会很复杂.于是想写一篇最简单的使用方法. 老规矩,先上效果图 可以看出来我用MPChart绘制了一个折线图,支持手势缩放 很简单好用! 废话不多说,直接开始今天的内容: 一.需要原料:…
网上关于ResideMenu用法的教程很多,但基本上全是从Github上copy下来的,Gitbub上给出的了对应的demo,但是由于我的IDE原因吧,demo一直导入不成功.为此自己又捣鼓了一翻,终于运行成功ResideMenu的真容.                                                                  说实话,个人觉得ResideMenu还是要比SlidingMenu的效果好很多的.更主要的是它的文档(gitbub上的介绍)也相对…
github地址:https://github.com/PhilJay/MPAndroidChart 添加依赖: Add the following to your project level build.gradle: allprojects { repositories { maven { url "https://jitpack.io" } } } Add this to your app build.gradle: dependencies { compile 'com.git…
https://blog.csdn.net/Power_Qyh/article/details/78159598?locationNum=2&fps=1 https://github.com/orhanobut/logger Notepad++ Plugin 之 AndroidLogger https://blog.csdn.net/cheng545/article/details/45999155 https://sourceforge.net/projects/androidlogger/…