retrofit-helper:Retrofit、dynamic baseUrl、Lifecycle for Activity and Fragment 、优雅的管理Http请求

时间:2024-05-26 04:38:39
【文件属性】:

文件名称:retrofit-helper:Retrofit、dynamic baseUrl、Lifecycle for Activity and Fragment 、优雅的管理Http请求

文件大小:1.35MB

文件格式:ZIP

更新时间:2024-05-26 04:38:39

android okhttp retrofit2 lifecycle Java

retrofit-helper Retrofit是很多android开发者都在使用的Http请求库!他负责网络请求接口的封装,底层实现是OkHttp,它的一个特点是包含了特别多注解,通过动态代理的方式使得开发者在使用访问网络的时候更加方便简单高效。 1. Retrofit-helper扩展了那些功能 描述 相关类和方法 丰富的回调接口 onSuccess(Call call, T response) onError(Call call, HttpError error) onStart(Call call) 和onCompleted(Call call, @Nullable Throwable t)等 动态替换retrofit 的baseUrl CallFactoryProxy 采用代理的方式灵活简单 绑定Activity或者Fragment生命周期 LifeCa


【文件预览】:
retrofit-helper-master
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(782B)
----sample()
--------proguard-rules.pro(954B)
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
----screenshots()
--------logstyle.png(337KB)
--------download.png(35KB)
--------json2.png(95KB)
--------str2.png(281KB)
--------lyimage2.png(532KB)
----gradle()
--------wrapper()
----retrofit-helper()
--------proguard-rules.pro(954B)
--------src()
--------.gitignore(7B)
--------build.gradle(2KB)
----.gitignore(209B)
----README.md(15KB)
----settings.gradle(38B)
----build.gradle(818B)

网友评论