涛锅锅的Android资料Android技术交流ios技术交流

Android专题-常用第三方框架 HTTP网络请求

2021-02-25  本文已影响0人  浪人残风
带*号的是个人推荐比较好用的

HTTP网络请求

okhttp * :https://github.com/square/okhttp
retrofit:https://github.com/square/retrofit
Volley:https://github.com/google/volley
Android Async HTTP:https://github.com/android-async-http/android-async-http

json模型转换

Gson *:https://github.com/google/gson
Jackson:https://github.com/FasterXML/jackson
Fastjson:https://github.com/alibaba/fastjson

activity路由

ARouter *:https://github.com/alibaba/ARouter

图片缓存

Glide * :https://github.com/bumptech/glide
picasso:https://square.github.io/picasso/#introduction
Android Universal Image Loader:https://github.com/nostra13/Android-Universal-Image-Loader

数据库

Android Room * :https://developer.android.google.cn/topic/libraries/architecture/room
GreenDAO:https://github.com/greenrobot/greenDAO
OrmLite:https://ormlite.com/
Sugar:http://satyan.github.io/sugar/
Realm:https://realm.io/

图表

MPAndroidChart *:https://github.com/PhilJay/MPAndroidChart
WilliamChart:https://github.com/diogobernardino/WilliamChart
HelloCharts:https://github.com/lecho/hellocharts-android
Echarts:https://echarts.apache.org/zh/index.htmlhttps://github.com/abel533/ECharts

响应式编程

RxJava * :https://github.com/ReactiveX/RxJava/
RxAndroid * :https://github.com/ReactiveX/RxAndroid
RxJavaJoins:https://github.com/reactivex/rxjavajoins
RxBinding:https://github.com/JakeWharton/RxBinding
Agera:https://github.com/google/agera

测试框架

Mockito:https://site.mockito.org/
Robotium:http://code.google.com/p/robotium/
Robolectric:https://github.com/robolectric/robolectric

列表

BaseRecyclerViewAdapterHelper *:http://www.recyclerview.org/

日历

CalendarView *:https://github.com/huanghaibin-dev/CalendarView

状态栏

StatusBarUtil:https://github.com/laobie/StatusBarUtil
ImmersionBar:https://github.com/gyf-dev/ImmersionBar

右滑返回上一页

BGASwipeBackLayout-Android:https://github.com/bingoogolapple/BGASwipeBackLayout-Android

蓝牙

okble *:https://github.com/a1anwang/okble
BluetoothKity:https://github.com/dingjikerbo/Android-BluetoothKit
FastBleLib:https://github.com/Jasonchenlijian/FastBle

磁盘缓存

DiskLruCache:https://android.googlesource.com/platform/libcore/+/jb-mr2-release/luni/src/main/java/libcore/io/DiskLruCache.java
ButterKnife:https://github.com/JakeWharton/butterknife
Dagger2:https://github.com/google/dagger
AndroidAnotations:https://github.com/androidannotations/androidannotations
RoboGuice:https://github.com/roboguice/roboguice

调试

Stetho:https://github.com/facebookarchive/stetho

性能优化

内存泄漏LeakCanary:https://square.github.io/leakcanary/
奔溃报告ACRA:http://www.acra.ch/

Log日志

Logger:https://github.com/orhanobut/logger
Hugo:https://github.com/JakeWharton/hugo
Timber:https://github.com/JakeWharton/timber

事件消息总线通知

EventBus *:https://github.com/greenrobot/EventBus
Otto:http://square.github.io/otto/

相册拍照

Matisse:https://github.com/zhihu/Matisse

图片裁剪

cropper:https://github.com/edmodo/cropper
ucrop:https://github.com/Yalantis/uCrop
Android-Image-Cropper:https://github.com/ArthurHub/Android-Image-Cropper

图片压缩

compressor:https://github.com/zetbaitsu/Compressor
LuBan:https://github.com/Curzibn/Luban

上下拉刷新

SmartRefreshLayout:https://github.com/scwang90/SmartRefreshLayout
android-Ultra-Pull-To-Refresh:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
TwinklingRefreshLayout:https://github.com/lcodecorex/TwinklingRefreshLayout

课程表

TimetableView:https://github.com/zfman/TimetableView

选择器

Android-PickerView:https://github.com/Bigkoo/Android-PickerView

桌面图标角标

ShortcutBadger:https://github.com/leolin310148/ShortcutBadger

二维码生成、扫描

zxing-lite:https://github.com/jenly1314/ZXingLite
zxing-android-embedded:https://github.com/journeyapps/zxing-android-embedded

如果觉得可以就点个👍吧,欢迎粉丝收藏,土豪打赏,您的关注就是我们创作的动力!

读者有什么想看的相关技术篇章,欢迎评论留言!

QQ交流群:908058499

上篇:android专题-数据库Room 目录 下篇:

上一篇下一篇

猜你喜欢

热点阅读