How can I send a get http request?
# android
j
How can I send a get http request?
google 10
stackoverflow 8
d
Use any 3rd party http library since kotlin doesn't have on in their stdlib
s
use
HttpUrlConnection
o
Use Retrofit :D
d
Volley4life 🧌
k
From Android Pie 9.0, you need to notice https://developer.android.com/training/articles/security-config else request will not work.