基于 Volley 的网络请求库 RxVolley
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://git.oschina.net/kymjs/RxVolley
- 软件文档: http://rxvolley.mydoc.io/
软件介绍
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'
Bad Blood
John Carreyrou / Knopf / 2018-5-21 / USD 27.95
The full inside story of the breathtaking rise and shocking collapse of Theranos, the multibillion-dollar biotech startup, by the prize-winning journalist who first broke the story and pursued it to t......一起来看看 《Bad Blood》 这本书的介绍吧!
