51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Retrofit2
retrofit2+rxjava+okhttp网络请求实现
第一步:添加依赖:compile'io.reactivex:rxandroid:1.2.0'compile'com.squareup.retrofit2:adapter-rxjava:2.1.0'compile'com.squareup.retrofit2:converter-gson:2.1.0'compile'co...
代码星球
·
2020-08-06
retrofit2+rxjava+okhttp
网络
请求
实现
深度详解Retrofit2使用(一)基础入门
前言何为Retrofit?借用官网的原话,Type-safeHTTPclientforAndroidandJavabySquare,Inc.适用于Android和Java的类型安全的HTTP客户端,由Square提供的。(敲黑板)由此我们可以得知,Retrofit是一种HTTP客户端框架,使用它,我们可以完成有关HTT...
代码星球
·
2020-05-23
深度
详解
Retrofit2
使用
基础
一个小框架,基于rx_retrofit2_mvp
离职在即,也没什么事情做,就鼓捣了一下。任意搭建了一个小框架,看看以后能不能搞出自己的一个model,好了。不说别的,上代码1,先上依赖库compile'io.reactivex:rxandroid:1.2.1'compile'com.squareup.okhttp3:okhttp:3.3.1&...
代码星球
·
2020-04-06
一个
框架
基于
rx
retrofit2
按字母分类:
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
其他