#
okhttp3
Here are 688 public repositories matching this topic...
bug
Unexpected or incorrect behavior
help wanted
Issues we need help with tackling
hacktoberfest
Support open source and earn a limited edition T-shirt
good first issue
Issues that are good for first time contributors to tackle
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
-
Updated
Apr 23, 2022 - Kotlin
android
java
app
material-design
logger
dagger2
glide
butterknife
rxjava2
mvp-architecture
retrofit2
okhttp3
greendao
leakcanary
junit4
rxbus
bugly
wanandroid
-
Updated
Feb 23, 2022 - Java
android
kotlin
library
proxy
android-sdk
kotlin-library
android-library
android-development
http-requests
okhttp
interceptor
network-monitoring
okhttpclient
okhttp3
network-analysis
okhttputils
okhttp3-util
okhttp3-integration
okhttp-interceptor
okhttp-client
-
Updated
Apr 22, 2022 - Kotlin
A persistent CookieJar implementation for OkHttp 3 based on SharedPreferences.
-
Updated
May 17, 2019 - Java
神奇宝贝 (PokemonGo) 基于 Jetpack + MVVM + Repository 设计模式 + Data Mapper + Kotlin Flow 的实战项目,如果这个仓库对你有帮助,请仓库右上角帮我 star 一下,非常感谢。
room
repository
mvvm
retrofit2
okhttp3
timber
data-mapper
databinding
coil
motionlayout
databinding-android
kotlin-flow
dagger-hilt
paging3
appstartup
jprogressview
mediatorresult
-
Updated
Jan 21, 2021 - Kotlin
Spring Cloud 微服务开发核心工具集。工具类、验证码、http、redis、ip2region、xss 等,开箱即用。 🔝 🔝 记得右上角点个star 关注更新!
-
Updated
Apr 23, 2022 - Java
Android 组件化 MVVM 框架 基于 Jetpack + Kotlin
kotlin
eventbus
spi
viewmodel
retrofit2
okhttp3
lifecycle
kotlin-coroutines
mvvm-android
arouter
livedata
buildsrc
androidx
android-jetpack
mmkv
viewbinding
mvvm-jetpack
kotlin-coroutines-flow
hilt-android
permissionx
-
Updated
Sep 26, 2021 - Kotlin
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
Jul 9, 2021 - Kotlin
Open
memory leak
srtvprateek
commented
Feb 12, 2022
┬───
│ GC Root: Input or output parameters in native code
│
├─ android.os.MessageQueue instance
│ Leaking: NO (MessageQueue#mQuitting is false)
│ HandlerThread: "main"
│ ↓ MessageQueue.mMessages
│ ~~~~~~~~~
├─ android.os.Message instance
│ Leaking: UNKNOWN
│ Retaining 702.5 kB in 11971 objects
│ Message.what
Android开发中必要的一环---单元测试(Unit Test)
android
kotlin
mvp
kotlin-android
mockito
junit
assertj
robolectric
rxjava2
okhttp3
mockwebserver
unit-test
powermock
reftrofit
restmock
-
Updated
Oct 15, 2021 - Java
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
kotlin
room
flow
navigation
mvvm
gson
jetpack
retrofit2
okhttp3
arouter
livedata
coil
koin
wanandroid
livedata-viewmodel
paging3
jetpack-kotlin-mvvm
-
Updated
Dec 18, 2021 - Kotlin
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
OkHttp WebSocket Manager for Android
-
Updated
Mar 17, 2019 - Java
基于Kotlin + Jetpack全家桶 + Coroutines(协程) + Flutter等架构实现的一款精简版Github客户端项目,望与广大小伙伴一起成长,欢迎start or fork!
kotlin
room
mvvm
kotlin-extensions
glide
viewmodel
retrofit2
okhttp3
svg-path
flutter
databinding
okhttp-interceptor
androidx
kotlin-coroutine
jetpack-android
livedatabus
retrofit-okhttp-coroutines
-
Updated
Feb 19, 2022 - Roff
[开源项目] 一款程序员日常放松的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
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."
Hi, I have discovered issue when using
feign.httpclient.ApacheHttpClient.In some cases Apache client throws
ProtocolExceptionwhich is a checked exception. This happens for example when server returned 303 HTTP code but there was no location header.In such case Feign proxy throws
UndeclaredThrowableExceptioninstead of invoking ErrorDecoder.