Retrofit所有知识场景汇总
https://futurestud.io/blog/retrofit-getting-started-and-android-client
Retrofit Series Overview
- Getting Started and Create an Android Client
- Basic Authentication on Android
- Token Authentication on Android
- OAuth on Android
- Multiple Query Parameters of Same Name
- Synchronous and Asynchronous Requests
- Send Objects in Request Body
- Define a Custom Response Converter
- Add Custom Request Header
- Optional Query Parameters
- How to Integrate XML Converter
- Using the Log Level to Debug Requests
- How to Upload Files to Server
- Series Round-Up
- Retrofit 2 — Upgrade Guide from 1.9
- Retrofit 2 — How to Upload Files to Server
- Retrofit 2 — Log Requests and Responses
- Retrofit 2 — Hawk Authentication on Android
- Retrofit 2 — Simple Error Handling
- How to use OkHttp 3 with Retrofit 1
- Retrofit 2 — Book Update & Release Celebration
- Send Data Form-Urlencoded
- Send Data Form-Urlencoded Using FieldMap
- Retrofit 2 — Manage Request Headers in OkHttp Interceptor
- Retrofit 2 — How to Add Query Parameters to Every Request
- Retrofit 2 — Add Multiple Query Parameter With QueryMap
- Retrofit 2 — How to Use Dynamic Urls for Requests
- Retrofit 2 — Url Handling, Resolution and Parsing
- Retrofit 2 — Constant, Default and Logic Values for POST and PUT Requests
- Retrofit 2 — How to Download Files from Server
- Retrofit 2 — Cancel Requests
- Retrofit 2 — Reuse and Analyze Requests
- Retrofit 2 — How to Change API Base Url at Runtime
- Optional Path Parameters
- How to Refresh an Access Token
- Retrofit 2 — How to Send Plain Text Request Body
- Retrofit 2 — Pagination Using Query Parameter
- Retrofit 2 — Pagination Using Link Header and Dynamic Urls (Like GitHub)
- Retrofit 2 — Pagination Using Range Header Fields (Like Heroku)
- Retrofit 2 — Introduction to (Multiple) Converters
- Retrofit 2 — Adding & Customizing the Gson Converter
- Retrofit 2 — Implementing Custom Converters
- Retrofit 2 — Enable Logging for Development Builds Only
- Retrofit 2 — How to Upload Multiple Files to Server
- Retrofit 2 — Passing Multiple Parts Along a File with @PartMap
- Retrofit 2 — Basics of Mocking Server Responses
- Retrofit 2 — Customizing Network Behavior of Mocked Server Responses
Retrofit所有知识场景汇总的更多相关文章
- 关于DDD领域驱动设计的理论知识收集汇总
原文:关于DDD领域驱动设计的理论知识收集汇总 最近一直在学习领域驱动设计(DDD)的理论知识,从网上搜集了一些个人认为比较有价值的东西,贴出来和大家分享一下: 我一直觉得不要盲目相信权威,比如不能一 ...
- mysql基础知识语法汇总整理(二)
mysql基础知识语法汇总整理(一) insert /*insert*/ insert into 表名(字段列表) values(值列表); --蠕虫复制 (优点:快速复制数据,测试服务器压力) in ...
- mysql基础知识语法汇总整理(一)
mysql基础知识语法汇总整理(二) 连接数据库操作 /*连接mysql*/ mysql -h 地址 -P 端口 -u 用户名 -p 密码 例如: mysql -u root -p **** /* ...
- Zookeeper应用场景汇总(超详细)
Zookeeper典型应用场景汇总 数据发布与订阅(配置中心) 发布与订阅模型,即所谓的配置中心,顾名思义就是发布者将数据发布到ZK节点上,供订阅者动态获取数据,实现配置信息的集中式管理和动态更新.例 ...
- [转]eoe社区cocos2d-x游戏引擎知识大汇总
[eoeAndroid 社区]特意为大家汇总了cocos2d-x知识贴,分量十足,纯正干或.从基础教程到游戏应用的开发,我们不让知识流失,我们要做知识的搬运工还有加工 师.希望大家能够一起的学习,和大 ...
- BW知识问答汇总
什么是sap的星型结构,能不能详细讲解一下? Cube的星型结构中SID技术的优点有哪些? 什么是BW的星型结构,与传统的星型结构的区别是什么? SAP的星型结构相对于传统的星型结构优势? Cube与 ...
- 移动Web 开发中的一些前端知识收集汇总
在开发DeveMobile 与EaseMobile 主题 的时候积累了一些移动Web 开发的前端知识,本着记录总结的目的,特写这篇文章备忘一下. 要说移动Web 开发与传统的PC 端开发,感觉也没什么 ...
- [转] DDD领域驱动设计(三) 之 理论知识收集汇总
最近一直在学习领域驱动设计(DDD)的理论知识,从网上搜集了一些个人认为比较有价值的东西,贴出来和大家分享一下: 我一直觉得不要盲目相信权威,比如不能一谈起领域驱动设计,就一定认为国外的那个Eric ...
- 老猿Python重难点知识博文汇总
老猿Python博文目录 专栏:使用PyQt开发图形界面Python应用 老猿Python博客地址 除了相关教程外,老猿在学习过程中还写了大量的学习随笔,内容比较杂,文章内容也参差不齐,为了方便,老猿 ...
随机推荐
- python_day2_homework_1(简单购物商城)
'''简单购物商城(要求):1,商品展示,价格2,买,加入购物车3,付款,钱不够''' 1 #_*_ coding: utf-8 _*_ __author__ = 'A-rno' meu_list_1 ...
- 绘制dot 图
常用参数 格式:dot -T<type> -o<outfile> <infile.dot> 输入文件是<infile.dot>,生成的格式由<ty ...
- SetTimeOut jquery的作用
1. SetTimeOut() 1.1 SetTimeOut()语法例子 1.2 用SetTimeOut()执行Function 1.3 SetTimeOut()语法例子 1.4 设定条件使SetTi ...
- iOS常见问题(1)
一.storyboard连线问题 产生原因:将与storyboard关联的属性删除了,但是storyboard中还保持之前所关联的属性. 解决: 1.点击view controller 2.点击这排最 ...
- [分享] Code::Blocks Windows Console 中文亂碼解決
相信各位大大們應該都有聽過Code::Blocks這個IDE,但網路上有許多人反應Code::Blocks不能編出中文的Console程式,但 Code::Blocks最新的版本預設使用UTF-8做為 ...
- 编译dubbo2.5.4时遇到的问题及解决
dubbo的官方git地址为:https://github.com/alibaba/dubbo 按照其流程进行下载及编译,遇到的问题为: 1. 执行 mvn clean install -Dmaven ...
- SQL Server表分区【转】
转自:http://www.cnblogs.com/knowledgesea/p/3696912.html SQL Server表分区 什么是表分区 一般情况下,我们建立数据库表时,表数据都存放在 ...
- STS中取消show in Breadcrumb方法
前言:STS是Spring产品下的一个开发工具,它和eclipse很像,只不过对Spring有更好的兼容.Show in Breadcrumb是快速导航条,可以清晰的看到我们当前的类,属性或方法的导航 ...
- Jquery 查看DOM上绑定的事件列表
$(dom).data( "events" ); 包括事件类型和关联的处理函数 下面是firefox的截图
- 如何通过CSS3实现背景图片色彩的梯度渐变
随着网站的越来越普及,CSS3和HTML5必将成为网站前端发展的主流方向,特别是在移动端,高端浏览器给前端工程师们带来了无以言表的体验. 通俗的来讲,CSS3可以说是CSS技术的升级版本,CSS3语言 ...