What is the best way to Deal with HTTP calls on An...
# getting-started
s
What is the best way to Deal with HTTP calls on Android with Kotlin ? Do I really need to use an external library or something comes along with Kotlin ?
o
Same as Java I believe, okhttp or something
t
retrofit is the goto for making http requests on android