基于 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'
Python for Data Analysis
Wes McKinney / O'Reilly Media / 2012-11-1 / USD 39.99
Finding great data analysts is difficult. Despite the explosive growth of data in industries ranging from manufacturing and retail to high technology, finance, and healthcare, learning and accessing d......一起来看看 《Python for Data Analysis》 这本书的介绍吧!
