Articles tagged in: Retrofit



Retrofit 2 — Basics of API Description

In the getting started with Retrofit tutorial you've implemented your first request against one GitHub endpoint. Hopefully, you're excited to try out more of Retrofit's functionality. In this tutorial, you'll learn in more detail how to describe API endpoints in Retrofit. {{outline}} {{video}} How to Describe API Endpoints As you've …

Continue Reading

Retrofit 2 — Implementing Custom Converters

We've already written two blog posts about Retrofit 2 converters. In almost all cases, the standard converters and their customizations are sufficient to transform your app's data. If you have some special format or some other specific needs, you might need to implement your own custom converter. In this blog …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.