is there any good documention or videos on how to ...
# android
z
is there any good documention or videos on how to include APIs calls into your code?
c
Ktor client is what you’re looking for in a multiplatform scenario https://ktor.io/clients/index.html. Otherwise, Retrofit/OkHttp should be your go-to for an Android-only project.
z
will that work with json files?
c
Yes, they both do. Here’s the docs for Ktor https://ktor.io/clients/http-client/features/json-feature.html. For retrofit, you can pick your preferred JSON library to handle parsing JSON from an API https://square.github.io/retrofit#restadapter-configuration