前言:
花了点时间整理了 支付宝 Android 客户端使用的开源组件,给需要的同学.在你不知道用什么开源框架的时候可以作下参考,毕竟支付宝是阿里的重量级产品,产品的稳定性是第一,在你的实际项目中引用成熟稳定的开源组件是很有利于日后维护的.
当然,如果看到你不熟悉的开源库,你可以点击我整理的Github链接,学习或者了解对于你自己都是有帮助的.

名称 项目信息 仓库地址
FFmpeg FFmpeg是一个*软件,可以运行音频和视频多种格式的录影、转换、流功能[1],包含了libavcodec. https://github.com/FFmpeg/FFmpeg
achartengine 一个图表库,上次更新是10月前,现在用的较多的是----MPAndroidChart https://github.com/ddanny/achartengine
CircleImageView 一个圆角图片库,比较轻量,就一个类. https://github.com/hdodenhof/CircleImageView
TheMVP MVP模式突然很火,可能是代码写习惯了,换换风格,哈哈,如作者所说,一个MVP框架 https://github.com/kymjs/TheMVP
androidquery 3年前#过时 一个轻量级的Android开源框架,可以简化开发Android的一些代码量和工作量. https://github.com/androidquery/androidquery
gson Google官方的Json解析,同类型的还有原生Json解析和fastjson https://github.com/google/gson
DiskLruCache JakeWharton主导又一热门项目----Android"硬盘"缓存 https://github.com/JakeWharton/DiskLruCache
tagsoup Html解析 https://github.com/ndmitchell/tagsoup
ViewPagerIndicator JakeWharton主导的项目,所以不用说了吧,很老的项目了,学习还是很不错的,Github上衍生出了很多,尝试搜索"Indicator" https://github.com/JakeWharton/ViewPagerIndicator
wire 项目简介: Clean, lightweight protocol buffers for Android and Java. https://github.com/square/wire
okio java IO框架 :Okio是一个新的库,补充java.io和java.nio,使它更容易访问,存储和处理您的数据。 https://github.com/square/okio
XRecyclerView 一个支持下拉刷新和下拉加载的RecyclerView https://github.com/jianghejie/XRecyclerView
ijkplayer Bilibili开源的视频播放库,用过的都说好=.= https://github.com/Bilibili/ijkplayer
dagger Square 公司开源的 一种针对Android和Java的快速依赖注入器 https://github.com/square/dagger
jackson-databind 解放双手,减少重复代码编写量 https://github.com/FasterXML/jackson-databind
jackson-core jackson 的核心支持库 https://github.com/FasterXML/jackson-core
jackson-annotations 一个注解库,不熟悉T_T https://github.com/FasterXML/jackson-annotations
DanmakuFlameMaster Bilibili开源的中二病开源弹幕引擎----烈焰弹幕使 https://github.com/Bilibili/DanmakuFlameMaster
android-stackblur 图像处理----高斯模糊 https://github.com/kikoso/android-stackblur
Android-Charts 又一个图表库 https://github.com/limccn/Android-Charts
android-supprt-library Google支持库,例如:v4,v7,v13,v21... 国内版https://developer.android.google.cn/index.html
NineOldAndroids 动画兼容库,最低支持sdk14 https://github.com/JakeWharton/NineOldAndroids
Leakcanary Android 内存泄漏检测库 https://github.com/square/leakcanary
EventBus Android 事件总线,使用方便,但不易维护 https://github.com/greenrobot/EventBus
androidannotations 又一个注解库 https://github.com/androidannotations/androidannotations
fastjson 阿里出品的Json解析库 https://github.com/alibaba/fastjson
okhttp 网络请求框架,目前最好没有之一 https://github.com/square/okhttp
OpenSSL 网络安全 https://github.com/openssl/openssl
duktape 一个轻量级的嵌入式 JavaScript 引擎, 专注于可移植性和低占用率. https://github.com/svaarala/duktape
ProgressWheel 环形进度的UI库 https://github.com/Todd-Davies/ProgressWheel
android-gif-drawable 让Android 显示 Gif 动图 https://github.com/koral--/android-gif-drawable
zlib 数据压缩用的库 https://github.com/madler/zlib
libyuv libyuv是Google开源的实现各种YUV与RGB之间相互转换、旋转、缩放的库. https://github.com/lemenkov/libyuv
css-layout Facebook开源跨平台前端布局引擎Yoga https://github.com/facebook/yoga
aspectj 一个面向切面的框架,它扩展了Java语言. https://github.com/eclipse/org.aspectj
libjpeg-turbo libjpeg 是一个完全用C语言编写的库,包含了被广泛使用的JPEG解码、JPEG编码和其他的JPEG功能的实现。libjpeg-turbo 是一个专门为 x86 和 x86-64 处理器优化的高速 libjpeg 的改进版本。 https://github.com/libjpeg-turbo/libjpeg-turbo

喜欢的可以点个赞,又不要钱{▄︻┻┳═一……}

分类:

技术点:

相关文章: