E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Retrofit2.1
Retrofit2.1
源码解析
Retrofit2.1
源码解析标签(空格分隔):javaandroid网络请求retrofitOkHttp首先附上《Retrofit2源码解析》原文链接:http://bxbxbai.github.io
ShadowHapiness
·
2020-08-24 14:13
retrofit2.0,上传图片
retrofit2.0和
retrofit2.1
是不一样的,包名都已经不同了,大家注意下(我就被坑过了,主要还是我太小白,很多不懂)下面开始说正事1、gradle配置(如果你不用rxjava,可以无视掉)
Curtain_mh
·
2020-08-20 13:47
retrofit
Retrofit2.1
官方文档的翻译
前言:对于Retrofit也是刚开始接触,Retrofit的使用也并没有太多的心得,网上有很多关于Retrofit的介绍,但是在我看来先从官方文档开始学习不失是一个好的选择。Retrofit官方文档地址:http://square.github.io/retrofit/一种针对android和java的类型安全的http客户端。IntroductionRetrofit将httpAPI装换成一个ja
Liuuuuuuzi
·
2020-08-20 04:07
Retrofit2.1
学习:与okhttp 3.0结合使用
配图1.添加日志输出Retrofitretrofit=newRetrofit.Builder().client(newOkHttpClient.Builder().addNetworkInterceptor(newHttpLoggingInterceptor().setLevel(HttpLoggingInterceptor.Level.HEADERS)).build());2.添加请求头信息在R
Liuuuuuuzi
·
2020-07-28 11:36
Retrofit2.1
学习:Call接口的使用
配图前言:前面提到Retrofit与Rxjava的结合使用,今天我们就来说一说Retrofit原生自带的Call接口的使用,本文主要针对Retrofit2.0的开发使用,对于2.0之前的版本的使用不做讨论。1.添加INTERNET权限在Retrofit2.0中,当你调用call.enqueue或者call.execute,未添加权限,将立即抛出SecurityException,如果你不使用try
Liuuuuuuzi
·
2020-06-20 23:08
Retrofit2.1
学习:与Rxjava结合使用
配图前言:相对于Retrofit原始Call接口的使用,网上现在更多的是介绍与Rxjava相结合多使用,今天我们也来聊聊关于Rxjava的使用。1.对Rxjava的引入首先需要导入Rxjava与RxAndroid,以及Retrofit提供的适配接口compile'io.reactivex:rxandroid:1.2.1'compile'io.reactivex:rxjava:1.1.8'compi
Liuuuuuuzi
·
2020-03-23 05:15
retrofit2.1
(正式版)简单使用
1.gradle配置:compile'com.squareup.retrofit2:retrofit:2.0.1'compile'com.squareup.retrofit2:retrofit-adapters:2.0.1'compile'com.squareup.retrofit2:converter-gson:2.0.1'//gson------------------------------
lhl_012
·
2020-02-22 21:35
Retrofit2.1
用法(一)
写博客只是为了方便记忆,希望自己能够坚持下去。本文只是为了方便自己记忆,想了解的可以通过下面的链接学习。官方文档http://square.github.io/retrofit/github地址https://github.com/square/retrofit测试接口http://v.juhe.cn/toutiao/index?type=top&key=9e05423f7ac6acf6d0dce
as7210636
·
2016-10-18 17:00
retrofit
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他