https://kotlinlang.org logo
j

Juan

11/02/2018, 7:13 PM
How can I send a get http request?
google 10
stackoverflow 8
d

dvlwj

11/03/2018, 5:27 AM
Use any 3rd party http library since kotlin doesn't have on in their stdlib
s

Sangeet

11/03/2018, 6:59 AM
use
HttpUrlConnection
o

oday

11/03/2018, 10:15 AM
Use Retrofit :D
d

David

11/03/2018, 3:45 PM
Volley4life 🧌
k

kim00123

11/04/2018, 7:47 AM
From Android Pie 9.0, you need to notice https://developer.android.com/training/articles/security-config else request will not work.
5 Views