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
orangy
08/30/2017, 3:13 PM
Same as Java I believe, okhttp or something
t
trevjones
08/30/2017, 3:23 PM
retrofit is the goto for making http requests on android