专栏名称: 开发者全社区
分享和推送Java/Android方向的技术和文章,让你成为这方面的大牛,让你每天都成长一点。同时,我们也会邀请BAT的大牛分享原创!
目录
相关文章推荐
鸿洋  ·  真的建议赶紧搞个软考证书!(红利期) ·  20 小时前  
鸿洋  ·  鸿蒙中是如何实现UI自动刷新的? ·  4 天前  
鸿洋  ·  Android从上帝视角来看PackageM ... ·  5 天前  
stormzhang  ·  不让人们存钱了? ·  6 天前  
51好读  ›  专栏  ›  开发者全社区

【干货】支付宝App架构揭秘—使用的开源组件总结!

开发者全社区  · 公众号  · android  · 2017-02-10 11:56

正文

相关阅读:

吊炸天!74款APP完整源码!

绝对干货-国内值得关注的官方API集合,很全很强大(必须收藏)

[干货]2017已来,最全面试总结——这些Android面试题你一定需要



前言:


阿里巴巴作为现在BAT的三巨头之一,其技术在业界也是有目共睹的。而支付宝更是作为阿里的可以蓖美微信的重量级产品,不管是稳定性、性能优化还是架构设计方面都能给我们很多学习和借鉴的地方。


现特花了点时间整理了 支付宝 Android 客户端使用的开源组件,给需要的同学。供学习和借鉴。在你不知道用什么开源框架的时候可以作下参考,在你的实际项目中引用成熟稳定的开源组件是很有利于日后维护的.


当然,如果看到你不熟悉的开源库,你可以点击我整理的Github链接,学习或者了解对于你自己都是有帮助的.


见下图:打开“支付宝APP”--->"我的"--->"设置"--->"关于"--->"版权信息"查看



名称项目信息仓库地址
FFmpegFFmpeg是一个自由软件,可以运行音频和视频多种格式的录影、转换、流功能[1],包含了libavcodec.https://github.com/FFmpeg/FFmpeg
achartengine一个图表库,上次更新是10月前,现在用的较多的是----MPAndroidCharthttps://github.com/ddanny/achartengine
CircleImageView一个圆角图片库,比较轻量,就一个类.https://github.com/hdodenhof/CircleImageView
TheMVPMVP模式突然很火,可能是代码写习惯了,换换风格,哈哈,如作者所说,一个MVP框架https://github.com/kymjs/TheMVP
androidquery3年前#过时 一个轻量级的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一个注解库,不熟悉T_Thttps://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支持库,例如:v4,v7,v13,v21...国内版https://developer.android.google.cn/index.html
NineOldAndroids动画兼容库,最低支持sdk14https://github.com/JakeWharton/NineOldAndroids
LeakcanaryAndroid 内存泄漏检测库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

Java和Android大牛频道

欢迎关注我们,一起讨论技术,扫描和长按下方的二维码可快速关注我们。搜索微信公众号:JANiubility。

公众号:JANiubility