您的位置:首页 > 移动开发 > Android开发

想知道支付宝(Android版)使用了哪些开源项目?

2017-08-30 12:49 453 查看

支付宝是一个什么产品相信大家都是知道的,不用多说。下边是支付宝 Android 客户端使用的开源组件,在这里跟大家分享一下。

项目名称项目介绍github仓库地址
FFmpegFFmpeg一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序https://github.com/FFmpeg/FFmpeg
achartengine一个图表库,现在Android上用的较多的是—-MPAndroidChart
https://github.com/ddanny/achartengine
CircleImageView一个圆角图片库,比较轻量,就一个类.https://github.com/hdodenhof/CircleImageView
TheMVP一个MVP框架https://github.com/kymjs/TheMVP
androidquery一个轻量级的Android开源框架,可以简化开发Android的一些代码量和工作量.https://github.com/androidquery/androidquery
gsonGoogle官方的Json解析,同类型的还有原生Json解析和fastjsonhttps://github.com/google/gson
DiskLruCacheJakeWharton主导又一热门项目—-Android”硬盘”缓存https://github.com/JakeWharton/DiskLruCache
tagsoupHtml解析https://github.com/ndmitchell/tagsoup
ViewPagerIndicatorJakeWharton主导的项目,所以不用说了吧,很老的项目了,学习还是很不错的,Github上衍生出了很多,尝试搜索”Indicator”https://github.com/JakeWharton/ViewPagerIndicator
wire项目简介: Clean, lightweight protocol buffers for Android and Java.https://github.com/square/wire
okiojava IO框架 :Okio是一个新的库,补充java.io和java.nio,使它更容易访问,存储和处理您的数据。https://github.com/square/okio
XRecyclerView一个支持下拉刷新和下拉加载的RecyclerViewhttps://github.com/jianghejie/XRecyclerView
ijkplayerBilibili开源的视频播放库https://github.com/Bilibili/ijkplayer
daggerSquare 公司开源的 一种针对Android和Java的快速依赖注入器https://github.com/square/dagger
jackson-databind数据绑定框架,减少重复代码量https://github.com/FasterXML/jackson-databind
jackson-corejackson 的核心支持库https://github.com/FasterXML/jackson-core
jackson-annotations一个注解库https://github.com/FasterXML/jackson-annotations
DanmakuFlameMasterBilibili开源的中二病开源弹幕引擎—-烈焰弹幕使https://github.com/Bilibili/DanmakuFlameMaster
android-stackblur图像处理—-高斯模糊https://github.com/kikoso/android-stackblur
Android-Charts又一个图表库https://github.com/limccn/Android-Charts
android-supprt-libraryGoogle Android支持库https://developer.android.google.cn/index.html
NineOldAndroids动画兼容库,最低支持sdk14
https://github.com/JakeWharton/NineOldAndroids
Leakcanarysquare公司出品的Android 内存泄漏检测库https://github.com/square/leakcanary
EventBusAndroid 事件总线,使用方便,但不易维护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
libyuvlibyuv是Google开源的实现各种YUV与RGB之间相互转换、旋转、缩放的库.https://github.com/lemenkov/libyuv
css-layoutFacebook开源跨平台前端布局引擎Yogahttps://github.com/facebook/yoga
aspectj一个面向切面的框架,它扩展了Java语言.https://github.com/eclipse/org.aspectj
libjpeg-turbolibjpeg 是一个完全用C语言编写的库,包含了被广泛使用的JPEG解码、JPEG编码和其他的JPEG功能的实现。libjpeg-turbo 是一个专门为 x86 和 x86-64 处理器优化的高速 libjpeg 的改进版本。https://github.com/libjpeg-turbo/libjpeg-turbo

大家可能有疑问,我是怎么知道的,难道我是阿里的开发人员?哈哈,当然不是。大家在如下路径就能看到啦—-支付宝/我的/设置/关于/版权信息

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: