戳上面的蓝字可以关注我哦!
欢迎关注交流学习O(∩_∩)O哈!
总结个人Android开发过程中常用的(经典的)第三方库。
方便技术选型,记忆回顾。持续 更新中……
(关注微信号,后台回复“mind”,获取Android开发高清脑图)
对应如上思维导图所描述,第三方库按功能分,大致可以分为如下几类:
UI
WebView
网络请求-Net Requst
数据解析-Data Parse
数据库 -DataBase
图片加载-Image Load
缓存框架-Cache
依赖注册-Dependency Injection
响应式 -Reactive
事件总线-Event Bus
权限适配-Permissions
架构组件–Componentization
UI
CircleImageView 提供Android圆角图片库
https://github.com/hdodenhof/CircleImageView
PhotoView 通过各种触摸手势实现支持缩放的Android Image View
https://github.com/chrisbanes/PhotoView
Fragmentation 一个功能强大的库用于管理Android-Fragment!
https://github.com/YoKeyword/Fragmentation
MaterialDrawer 适用于Android项目的灵活,易用,一体化抽屉库
https://github.com/mikepenz/MaterialDrawer
Material-dialogs 适用于Kotlin和Android的漂亮流畅的对话框API
https://github.com/afollestad/material-dialogs
BaseRecyclerViewAdapterHelper 功能强大且灵活的RecyclerAdapter
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
FastAdapter 快速且易用的适配器库
https://github.com/mikepenz/FastAdapter
Zxing(“Zebra Crossing”)用于Java,Android的条形码扫描库
https://github.com/zxing/zxing
Lottie 在Android和iOS,Web和React Native上渲染After Effects动画库
https://github.com/airbnb/lottie-android
AgentWeb AgentWeb是一个基于Android WebView的强大库
https://github.com/Justson/AgentWeb
Crosswalk 采用了
Chromenium
内核,是一款开源的web
引擎https://crosswalk-project.org/index_zh.html
X5 X5内核是腾讯基于优秀开源Webkit [1] 深度优化的浏览器渲染引擎
https://x5.tencent.com
AndroidChromium google开源的Android版本的Chormium浏览器源码
https://github.com/JackyAndroid/AndroidChromium
Volley google开源HTTP库,它使Android应用程序的网络更容易,最重要的是,更快
https://github.com/google/volley
AndroidAsync 一个底层网络协议库,更多解锁功能可以结合Ion 使用。
https://github.com/koush/AndroidAsync
OkHttp square出品,适用于Android和Java应用程序的HTTP + HTTP / 2客户端。
https://github.com/square/okhttp
Retrofit square出品,适用于Android和Java的类型安全的HTTP客户端。
https://github.com/square/retrofit
paho.mqtt.android 适用于MQTT
https://github.com/eclipse/paho.mqtt.android
ksoap2-android 适用于Android平台的轻量级高效SOAP库。
https://github.com/karlmdavis/ksoap2-android
nanohttpd 适用于Android-Java中的小巧,易于嵌入的HTTP服务器
https://github.com/NanoHttpd/nanohttpd
除以上开源第三方库外,Android还自带以下网络请求模块
HttpUrlConnection 适用于Android 2.3及以上版本,api简单,易扩展升级
HttpClient 可兼容Android 2.3一下版本,api数量多,不易扩展
AsyncTask Android封装好的轻量级异步类,使用时需实现子类
Gson/Json google出品,一个Java序列化/反序列化库,用于将Java对象转换为JSON并返回
https://github.com/google/gson
JackSon/Json 用于处理JSON和XML格式化的类库
https://github.com/FasterXML/jackson
FastJson/Json alibaba出品,用于Java的快速JSON解析器/生成器
https://github.com/alibaba/fastjson
Jsoup/Html 用于Java解析HTML
https://github.com/jhy/jsoup
dom4j 用于Xml解析
https://github.com/dom4j/dom4j
除此之外,Android还自带XMl解析,主要分三类
SAX(Simple API for XML)
DOM
POll (XmlPull) http://xmlpull.org/
LitePal 郭林大神开源的一款基于ORM模式的SQLite数据库框架
https://github.com/LitePalFramework/LitePal
GreenDao 一款轻松快速的Android ORM解决方案,可将对象映射到SQLite数据库
https://github.com/greenrobot/greenDAO
Object-Box ObjectBox是一个用于对象的超快速轻量级数据库
https://github.com/objectbox/objectbox-java
SQLBrite 对 Android 系统的
SQLiteOpenHelper
和ContentResolver
的轻量级封装,配合Rxjava使用https://github.com/square/sqlbrite
Realm 是一个移动数据库:SQLite和ORM的替代品
除此之外,Android Jetpack架构组件中自带的Room组件,也是基于ORM的SQlite数据库框架
https://github.com/realm/realm-java
Android-Universal-Image-Loader 老牌图片加载,显示,缓存库
https://github.com/nostra13/Android-Universal-Image-Loader
Glide google推荐的图片加载,显示,缓存库
https://github.com/bumptech/glide
Picasso 适用于Android的强大图像下载和缓存库
https://github.com/square/picasso
Fresco facebook出品,用于管理图像及其使用内存的Android库
https://github.com/facebook/fresco
DiskLruCache 基于磁盘的LRU缓存的Java实现,专门针对Android兼容性
https://github.com/JakeWharton/DiskLruCache
ButterKnife 将Android视图和回调绑定到字段和方法,省去findviewbyid
https://github.com/JakeWharton/butterknife
Dagger 适用于Android和Java的快速依赖注入器,Ioc,依赖解耦,控制反转,建议MVP架构搭配适用
https://github.com/square/dagger
RxJava JVM的Reactive Extensions - 一个使用Java VM的可观察序列组成异步和基于事件的程序的库
https://github.com/ReactiveX/RxJava
RxAndroid 适用于Android的RxJava绑定
https://github.com/ReactiveX/RxAndroid
RxBinding 用于Android UI小部件的RxJava绑定API。
https://github.com/ReactiveX/RxAndroid
Agera Android的反应式编程,Agera是一组类和接口,用于帮助编写Android的功能,异步和响应式应用程序
https://github.com/google/agera
事件总线
EventBus 适用于Android和Java的事件总线,可简化活动,碎片,线程,服务等之间的通信。减少代码,提高质量。
https://github.com/greenrobot/EventBus
Otto 基于Guava的事件总线的Android支持库,组件化通讯,减低耦合性
https://github.com/square/otto
PermissionsDispatcher 基于简单注释的API,用于处理Android运行时权限
https://github.com/permissions-dispatcher/PermissionsDispatcher
RxPermissions 能配合RxJava与新的Android M权限模型一起使用,用于处理Android运行时权限
https://github.com/tbruyelle/RxPermissions
SettingsCompat 特殊权限(Special Permissions)兼容库,悬浮窗权限(SYSTEM_ALERT_WINDOW)与系统设置修改权限(WRITE_SETTINGS)
https://github.com/czy1121/settingscompat
ARouter alibaba出品,帮助 Android App 进行组件化改造的路由框架
https://github.com/alibaba/ARouter
WMRouter 美团出品,是一款Android路由框架,基于组件化的设计思路,有功能灵活、使用简单的特点
https://github.com/meituan/WMRouter
Logger 一款简易,精致,功能强大的Android日志库
https://github.com/orhanobut/logger
timber 一款小型可扩展API的日志类,可在Android的普通Log类之上提供实用程序,易集成扩展
https://github.com/JakeWharton/timber
AboutLibraries 显示第三方库信息的库,一般在开源项目类引用。
https://github.com/mikepenz/AboutLibraries
Android 开源项目及库汇总
https://www.jianshu.com/p/383468f58fe1
Awesome-Third-Library-Source-Analysis
https://github.com/JsonChao/Awesome-Third-Library-Source-Analysis
Android Store
https://mindorks.com/android/store
ed
结尾
优秀的开源库数不胜数,以上总结Android常用框架,不要求全部掌握,但至少保证如下几点:
1. 不必重复造梯子,善用google,github等,以便技术选型。
2. 对照着官网,能会使用,跟进实际项目需求能对比选择合适3rd-Libs。
3. 经典的,使用频率比较高的开源框架,需理解其设计思想。
好记性不如烂笔头 所用即所知
所思即所得 共勉学习之
关注公众号
回复“mind” 获取Android开发高清脑图
长按识别二维码,关注我吧!
创作不易,点个
在看