基于 Volley 的网络请求库 RxVolley

码农软件 · 软件分类 · 网络(Networking) · 2019-07-10 08:42:40

软件介绍

RxVolley 是一个基于 Volley 的网络请求库,同时支持 RxJava 。

可以选择使用 OKHttp 或 OKHttp3 替代默认的 HttpUrlConnection 做网络请求;可以选择使用图片加载功能(复用的网络请求将有效减少 apk 体积);

移除了原 Volley 的 HttpClient 相关 API ,可在 API23 环境编译;

内置了 RxBus 的实现,可有效替换掉  EventBus 等相关库。

如果您正在使用 Gradle 构建,只需将以下行添加到 build.gradle 文件的依赖关系部分:

compile 'com.kymjs.rxvolley:rxvolley:1.1.4'

// If use okhttp function
compile 'com.kymjs.rxvolley:okhttp:1.1.4'
//or
compile 'com.kymjs.rxvolley:okhttp3:1.1.4'

// If use image-loader function
compile 'com.kymjs.rxvolley:bitmapcore:1.1.4'

本文地址:https://www.codercto.com/soft/d/9807.html

Deep Learning

Deep Learning

Ian Goodfellow、Yoshua Bengio、Aaron Courville / The MIT Press / 2016-11-11 / USD 72.00

"Written by three experts in the field, Deep Learning is the only comprehensive book on the subject." -- Elon Musk, co-chair of OpenAI; co-founder and CEO of Tesla and SpaceX Deep learning is a for......一起来看看 《Deep Learning》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具