linzhiyong / OkHttp3DemoLinks
1. OkHttpClient基本参数配置介绍 2. 普通GET请求(同步/异步) 3. 普通POST请求(同步/异步) 4. 根据tag取消请求 5. POST请求提交String 6. POST请求提交流 7. POST请求提交JSON(实体转JSON) 8. POST请求提交普通Form表单 9. POST请求提交混合Form表单(文本参数+文件) 10. POST请求提交单/多文件(带进度条) 11. GET请求下载文件(带进度条)
☆12Updated 6 years ago
Alternatives and similar repositories for OkHttp3Demo
Users that are interested in OkHttp3Demo are comparing it to the libraries listed below
Sorting:
- java生成验证码。登陆,注册可以使用。☆27Updated 4 years ago
- 阿里路由框架ARouter使用与简单封装☆15Updated 7 years ago
- 自定义View,高仿微信透明圆角状态dailog,拿过去就能用的代码!!!☆17Updated 8 years ago
- 使用RxJava retryWhen+okhttp Intercept处理token过期问题☆29Updated 7 years ago
- TreeLineView 树形图 家庭关系图 自定义view☆19Updated 8 years ago
- Android之Mina集成,自定义消息断包、粘包处理☆31Updated 8 years ago
- Socket长连接、通信、心跳包、消息回调、Java服务端☆32Updated 8 years ago
- 智播项目,教育类应用场景之举手发言☆12Updated 8 years ago
- 状态控制机☆58Updated 8 years ago
- 将EventBus封装成工具类,使用非常方便、简单,不用重复判断,省时省力☆15Updated 8 years ago
- FadingActionBar 仿美团上拉背景渐变,默认背景透明,下拉bar完全隐藏☆21Updated 9 years ago
- (2017-07-17--2017-08)IEM 员工版 知识点介绍:1.整体使用标准的MVP框架;2.butterknife编译注解;3.使用Rxjava+retrofit2+okhttp3+rxandroid处理异步数据,包括get,post的表单和文件上传等多种方式;…☆27Updated 7 years ago
- Android 仿七夕爱心雨,单身狗雨☆22Updated 6 years ago
- 仿网易新闻评论列表☆19Updated 8 years ago
- 仿手淘首页 针对ListView Adapter进行封装,协同开发效率更高,性能更优。☆22Updated 6 years ago
- ☆16Updated 8 years ago
- Password view like wechat pay☆15Updated 9 years ago
- Netty即时通讯Service☆10Updated 8 years ago
- 【停止维护,可考虑使用鸿洋版FlowLayout或者谷歌官方的FlexboxLayout及Chip&ChipGroup实现(参阅 https://github.com/hongyangAndroid/FlowLayout 及 https://github.com/hong…☆16Updated 6 years ago
- Android App中常用的自定义UI库(非第三方)☆16Updated 8 years ago
- 数据库ORM映射框架帮助你简洁快速的实现增删改查等功能。