前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >支付宝 Android 版使用的开源组件

支付宝 Android 版使用的开源组件

作者头像
开发者技术前线
发布2020-11-23 12:20:45
6220
发布2020-11-23 12:20:45
举报

支付宝 Android 版使用的开源组件

花了点时间整理了 支付宝 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

END

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2017-02-16,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 开发者技术前线 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 支付宝 Android 版使用的开源组件
相关产品与服务
事件总线
腾讯云事件总线(EventBridge)是一款安全,稳定,高效的云上事件连接器,作为流数据和事件的自动收集、处理、分发管道,通过可视化的配置,实现事件源(例如:Kafka,审计,数据库等)和目标对象(例如:CLS,SCF等)的快速连接,当前 EventBridge 已接入 100+ 云上服务,助力分布式事件驱动架构的快速构建。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档