what’s the preferred library to do POST GET stuff?...
# announcements
i
what’s the preferred library to do POST GET stuff? RESTFul API
d
Ktor is booming
#C0A974TJ9
g
For backend?
i
just use it on android, not the backend
I found okhttp and spring boot
g
Oh, spring boot is definitely not the best choice for Android
If you implementing Rest API just use Retrofit, it uses OkHttp as HTTP client, provides nice declarative API and it's de facto standard for this use case on Android with tons of materials in the internet
1
It also now supports coroutines out of the box
i
ok