Retrofit2 项目配置

Posted jiayonghua

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Retrofit2 项目配置相关的知识,希望对你有一定的参考价值。

在项目的 app  build.gradle 文件中加入

dependencies {

// Retrofit2
implementation ‘com.squareup.retrofit2:retrofit:2.1.0‘
implementation ‘com.squareup.retrofit2:converter-gson:2.0.0‘
implementation ‘com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0‘
}

以上是关于Retrofit2 项目配置的主要内容,如果未能解决你的问题,请参考以下文章

RxJava2+Retrofit2+RxLifecycle2使用MVP模式构建项目

导航到另一个片段时触发 API 调用

RxJava2+Retrofit2+RxLifecycle2使用MVP模式构建项目

网络通信框架Retrofit2

项目启动报错Failed to configure a DataSource: 'url' attribute is not specified and no embedde(代码片段

Retrofit2 POST 方法获取代码 400 但适用于 Restlet 客户端