Retrofit turns your HTTP API into a Kotlin interface using annotations like @GET and @POST.
← Kotlin theorytheory 0/50 · 0%
Android · medium
30. Retrofit for API Calls
Type-safe HTTP client.
Check your understanding
1. Annotation for a dynamic URL part?
2. Library often paired with Retrofit for JSON?