#
okhttp3
Here are 511 public repositories matching this topic...
app
material-design
rxjava
retrofit
android-application
realm
jsoup
zhihu
dagger2
glide
butterknife
mvp-architecture
okhttp3
v2ex
mvp-android
rxbus
reading-program
-
Updated
Aug 25, 2018 - Java
An advanced template project
android
framework
react-native
rxjava
mvp
mvvm
android-sdk
dialog
android-library
android-application
toast
glide
rxjava2
retrofit2
okhttp3
android-framework
flutter
mvparms
zblibrary
-
Updated
Mar 19, 2020 - Java
android
java
app
material-design
logger
dagger2
glide
butterknife
rxjava2
mvp-architecture
retrofit2
okhttp3
greendao
leakcanary
junit4
rxbus
bugly
wanandroid
-
Updated
Apr 22, 2020 - Java
-
Updated
May 15, 2020 - Java
A persistent CookieJar implementation for OkHttp 3 based on SharedPreferences.
-
Updated
May 17, 2019 - Java
3
liguangze
commented
Mar 7, 2019
每执行novate.xxx() 给上层返回了一个Subscription,上层可以调用unsubscribe()来进行取消!
if (!subscription.isUnsubscribed()) {
subscription.unsubscribe();
}
说是这么取消,但是我怎么用呢,能不能详细点,或者举个例子
vbuberen
commented
Apr 6, 2020
⚠️ Is your feature request related to a problem? Please describe
Currently there is some inconsistency in having README in develop branch.
In case of adding some feature and its description into develop users see this description and think that this feature is available in the latest stable release, while it might be not released yet. Such situation happened recently.
Also, Chuc
android
kotlin
sample
demo
volley
sqlite
recyclerview
sqlite-database
compass
retrofit
kotlin-android
audio-player
samples
accelerometer
custom-camera
location-services
okhttp3
video-streaming
locations
android-camera
-
Updated
Jun 15, 2017 - Kotlin
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
room
mvvm
android-architecture
dagger2
rxjava2
viewmodel
retrofit2
okhttp3
lifecycle
databinding
mvparms
rxandroid2
livedata
dagger2-android
dagger2-mvvm
-
Updated
Nov 24, 2017 - Java
android
room
open-source
app
architecture
mvvm
gson
jetpack
dagger2
glide
viewmodel
retrofit2
okhttp3
lifecycles
databinding
arouter
livedata
architecture-components
gson-converter
wanandroid
-
Updated
May 29, 2019 - Java
基于Okhttp, 结合Retrofit,使用Okio ,简化处理I/O操作,加入多种设计模式,实现基于链式的android平台多线程下载利器!
-
Updated
May 27, 2017 - Java
Android开发中必要的一环---单元测试(Unit Test)
android
kotlin
mvp
kotlin-android
mockito
junit
assertj
robolectric
rxjava2
okhttp3
mockwebserver
unit-test
powermock
reftrofit
restmock
-
Updated
Jan 17, 2020 - Java
OkHttp WebSocket Manager for Android
-
Updated
Mar 17, 2019 - Java
[开源项目] 一款程序员日常放松的App,基于Material Design + MVP-Clean + Weex + Flutter + RxJava2 + Retrofit + Dagger2 + Glide + Okhttp + MTRVA + BRVAH + 炫酷控件 + 炫酷动画
javascript
behavior
video
webview
material-design
mvp
transition
clean-architecture
dagger2
rxjava2
retrofit2
okhttp3
flutter
weex
androidx
mtrva
-
Updated
Oct 7, 2019 - Java
对Okhttp3进行二次封装,对外提供了POST请求、GET请求、PATCH请求、PUT请求、DELETE请求、上传文件、下载文件、取消请求、Raw/Json/Gson返回、后台下载管理等功能
-
Updated
Jan 24, 2018 - Java
WanAndroid客户端,项目基于 Material Design + MVP +dagger2 + RxJava + Retrofit + Glide + greendao 等架构进行设计实现,极力打造一款 优秀的玩Android https://www.wanandroid.com 客户端,是一个不错的Android应用开发学习参考项目
java
fragments
material-design
mvp
dagger2
glide
rxjava2
retrofit2
okhttp3
greendao
autosize
smartrefreshlayout
-
Updated
Jun 14, 2019 - Java
Android OAuth2 client using OkHttp
-
Updated
Apr 10, 2020 - Java
基于Retrofit2+RxJava2+OkHttp3的网络请求框架,可以完美的应用到组件化、MVP模式等项目中
-
Updated
May 15, 2020 - Java
Improve this page
Add a description, image, and links to the okhttp3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the okhttp3 topic, visit your repo's landing page and select "manage topics."


Related to #781 and #517.
As described in #781, Feign overrides the timeouts configured in my Apache
RequestConfig, even if I don't set custom request options in the Feign builder. This is unexpected behavior.The change introduced to fix #517 copies the existing
RequestConfig, but then immediately overwrites the timeouts, again, even if no Feign request options are set.