Skip to content

Commit

Permalink
update RxArcGisKit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vondear authored and Vondear committed Aug 13, 2018
1 parent dd3f362 commit bf1b041
Show file tree
Hide file tree
Showing 6 changed files with 695 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# RxTool [![](https://img.shields.io/badge/platform-android-brightgreen.svg)](https://developer.android.com/index.html) [![API](https://img.shields.io/badge/API-14%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=14) [![RxTool](https://jitpack.io/v/vondear/RxTool.svg)](https://jitpack.io/#vondear/RxTool) [![Gradle-3.1.3](https://img.shields.io/badge/Gradle-3.1.3-brightgreen.svg)](https://img.shields.io/badge/Gradle-3.1.3-brightgreen.svg)![image](https://github.com/vondear/RxTool/raw/master/miku.png) 工欲善其事必先利其器! Android开发过程经常需要用到各式各样的工具类,虽然大部分只需谷歌/百度一下就能找到; 但是有时候急需使用却苦苦搜寻不到,于是整理了自己平常用到的工具类,以便以后的使用。## 如何使用它> Step 1.先在 build.gradle(Project:XXXX) 的 repositories 添加: allprojects { repositories { ... maven { url "https://jitpack.io" } } }> Step 2. 然后在 build.gradle(Module:app) 的 dependencies 添加: dependencies { //基础工具库 implementation "com.github.vondear.RxTool:RxKit:v2.0.4" //UI库 implementation "com.github.vondear.RxTool:RxUI:v2.0.4" //功能库(Zxing扫描与生成二维码条形码 支付宝 微信) implementation "com.github.vondear.RxTool:RxFeature:v2.0.4" //ArcGis For Android工具库(API:100.1以上版本) implementation "com.github.vondear.RxTool:RxArcGisKit:v2.0.4" } 使用方法: 在Application中初始化 RxTool.init(this); 注:v2.0.0以后版本是分多模块的版本## 文档### 可以参考文档来调用相对应的API,欢迎指教- [点我看文档](https://github.com/vondear/RxTool/wiki/RxTool-Wiki)- [点我看文档](https://github.com/vondear/RxTool/wiki/RxTool-Wiki)- [点我看文档](https://github.com/vondear/RxTool/wiki/RxTool-Wiki)## 近期更新日志| VERSION | Description || ---------- | ------------- || v2.0.1 | 新增(高德/百度)地图导航工具<br>新增ArcGis工具类 || v2.0.0 | 重构成多模块 |## Demo介绍 RxPhotoTool操作UCrop裁剪图片| 展示头像 | 选择头像 | 裁剪头像 || ---------- | ------------- | ------------- || <img src="screenshot/screenshot_1.jpg"> | <img src="screenshot/screenshot_8.jpg"> | <img src="screenshot/screenshot_9.jpg"> | 二维码与条形码的扫描与生成| 扫描二维码 | 生成二维码 | 扫描条形码 || ---------- | ------------- | ------------- || <img src="screenshot/screenshot_2.jpg"> | <img src="screenshot/screenshot_3.jpg"> | <img src="screenshot/screenshot_10.jpg"> | 常用的Dialog展示| 确认弹窗 | 确认取消弹窗 | 输入框弹窗 || :----------: | :-------------: | :-------------: || <img src="screenshot/screenshot_5.png"> | <img src="screenshot/screenshot_6.png"> | <img src="screenshot/screenshot_7.png"> || 选择日期弹窗 | 形状加载弹窗 | Acfun加载弹窗 || <img src="screenshot/screenshot_11.png"> | <img src="screenshot/screenshot_12.png"> | <img src="screenshot/screenshot_13.png"> | 其他功能展示| WebView的封装(可播放视频) | RxTextTool操作Demo | RxToast的展示使用|| :----------: | :-------------: | :-------------:|| <img src="screenshot/screenshot_14.png"> | <img src="screenshot/screenshot_15.png"> | <img src="screenshot/screenshot_18.png">|| 进度条的艺术 | 网速控件 | 联系人侧边栏快速导航| <img src="screenshot/screenshot_16.png"> | <img src="screenshot/screenshot_17.png"> | <img src="screenshot/screenshot_22.png">|| 图片的缩放艺术 | 蛛网控件 | 仿斗鱼验证码控件| <img src="screenshot/screenshot_19.png"> | <img src="screenshot/screenshot_20.png"> | <img src="screenshot/screenshot_21.png">|#### DEMO 与 打赏| Demo || :----------: || [![RxTool](qrcode_apk.png)](https://github.com/vondear/RxTool/raw/master/RxTool.apk) || 扫描二维码 or 点击二维码 <br> 下载|| 微信打赏 | 支付宝打赏 || :----------: | :----------: || 如果你帮助到了你<br>可以点右上角"Star"支持一下 谢谢!^_^<br>你也还可以扫描下面的二维码打赏鼓励一下~ <br>请作者喝一杯咖啡。| 如果在捐赠留言中备注名称<br>将会被记录到列表中~ <br>如果你也是github开源作者<br>捐赠时可以留下github项目地址或者个人主页地址<br>链接将会被添加到列表中起到互相推广的作用 || <img src="pay_qr_code.jpg"> | <img src="qrcode_alipay.jpg"> || [捐赠列表](Contributor.md) | 闲聊群 <br> 435644020 |
# RxTool [![](https://img.shields.io/badge/platform-android-brightgreen.svg)](https://developer.android.com/index.html) [![API](https://img.shields.io/badge/API-14%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=14) [![RxTool](https://jitpack.io/v/vondear/RxTool.svg)](https://jitpack.io/#vondear/RxTool) [![Gradle-3.1.3](https://img.shields.io/badge/Gradle-3.1.3-brightgreen.svg)](https://img.shields.io/badge/Gradle-3.1.3-brightgreen.svg)![image](https://github.com/vondear/RxTool/raw/master/miku.png) 工欲善其事必先利其器! Android开发过程经常需要用到各式各样的工具类,虽然大部分只需谷歌/百度一下就能找到; 但是有时候急需使用却苦苦搜寻不到,于是整理了自己平常用到的工具类,以便以后的使用。## 如何使用它> Step 1.先在 build.gradle(Project:XXXX) 的 repositories 添加: allprojects { repositories { ... maven { url "https://jitpack.io" } } }> Step 2. 然后在 build.gradle(Module:app) 的 dependencies 添加: dependencies { //基础工具库 implementation "com.github.vondear.RxTool:RxKit:v2.0.4" //UI库 implementation "com.github.vondear.RxTool:RxUI:v2.0.4" //功能库(Zxing扫描与生成二维码条形码 支付宝 微信) implementation "com.github.vondear.RxTool:RxFeature:v2.0.4" //ArcGis For Android工具库(API:100.1以上版本) implementation "com.github.vondear.RxTool:RxArcGisKit:v2.0.4" } 使用方法: 在Application中初始化 RxTool.init(this); 注:v2.0.0以后版本是分多模块的版本## 文档### 可以参考文档来调用相对应的API,欢迎指教- [点我看文档](https://github.com/vondear/RxTool/wiki/RxTool-Wiki)- [点我看文档](https://github.com/vondear/RxTool/wiki/RxTool-Wiki)- [点我看文档](https://github.com/vondear/RxTool/wiki/RxTool-Wiki)## 近期更新日志| VERSION | Description || ---------- | ------------- || v2.0.1 | 新增(高德/百度)地图导航工具<br>新增ArcGis工具类 || v2.0.0 | 重构成多模块 |## Demo介绍 RxPhotoTool操作UCrop裁剪图片| 展示头像 | 选择头像 | 裁剪头像 || ---------- | ------------- | ------------- || <img src="screenshot/screenshot_1.jpg"> | <img src="screenshot/screenshot_8.jpg"> | <img src="screenshot/screenshot_9.jpg"> | 二维码与条形码的扫描与生成| 扫描二维码 | 生成二维码 | 扫描条形码 || ---------- | ------------- | ------------- || <img src="screenshot/screenshot_2.jpg"> | <img src="screenshot/screenshot_3.jpg"> | <img src="screenshot/screenshot_10.jpg"> | 常用的Dialog展示| 确认弹窗 | 确认取消弹窗 | 输入框弹窗 || :----------: | :-------------: | :-------------: || <img src="screenshot/screenshot_5.png"> | <img src="screenshot/screenshot_6.png"> | <img src="screenshot/screenshot_7.png"> || 选择日期弹窗 | 形状加载弹窗 | Acfun加载弹窗 || <img src="screenshot/screenshot_11.png"> | <img src="screenshot/screenshot_12.png"> | <img src="screenshot/screenshot_13.png"> | 其他功能展示| WebView的封装(可播放视频) | RxTextTool操作Demo | RxToast的展示使用 || :----------: | :-------------: | :-------------:|| <img src="screenshot/screenshot_14.png"> | <img src="screenshot/screenshot_15.png"> | <img src="screenshot/screenshot_18.png">|| 进度条的艺术 | 网速控件 | 联系人侧边栏快速导航 || <img src="screenshot/screenshot_16.png"> | <img src="screenshot/screenshot_17.png"> | <img src="screenshot/screenshot_22.png">|| 图片的缩放艺术 | 蛛网控件 | 仿斗鱼验证码控件 || <img src="screenshot/screenshot_19.png"> | <img src="screenshot/screenshot_20.png"> | <img src="screenshot/screenshot_21.png">|#### DEMO 与 打赏| Demo || :----------: || [![RxTool](qrcode_apk.png)](https://github.com/vondear/RxTool/raw/master/RxTool.apk) || 扫描二维码 or 点击二维码 <br> 下载|| 微信打赏 | 支付宝打赏 || :----------: | :----------: || 如果你帮助到了你<br>可以点右上角"Star"支持一下 谢谢!^_^<br>你也还可以扫描下面的二维码打赏鼓励一下~ <br>请作者喝一杯咖啡。| 如果在捐赠留言中备注名称<br>将会被记录到列表中~ <br>如果你也是github开源作者<br>捐赠时可以留下github项目地址或者个人主页地址<br>链接将会被添加到列表中起到互相推广的作用 || <img src="pay_qr_code.jpg"> | <img src="qrcode_alipay.jpg"> || [捐赠列表](Contributor.md) | 闲聊群 <br> 435644020 |
Expand Down
Loading

0 comments on commit bf1b041

Please sign in to comment.