Kotlin theorytheory 0/50 · 0%
Android · medium

30. Retrofit for API Calls

Type-safe HTTP client.

Retrofit turns your HTTP API into a Kotlin interface using annotations like @GET and @POST.

Check your understanding

  1. 1. Annotation for a dynamic URL part?

  2. 2. Library often paired with Retrofit for JSON?