I need to build up some URLs. 2ish years ago when ...
# android
t
I need to build up some URLs. 2ish years ago when I was playing with Android, it seemed okhttp was the defacto go to library for doing this kind of thing. Is that still the case? Or have the base offerings in stock Android/Kotlin superseded those yet?
😶 1
g
build up some URLs
What does it mean?
Okhttp (often with Retrofit as wrapper) is still de-facto standard http client on Android