Articles tagged in: Android



Retrofit — Optional Path Parameters

Requesting data from an API can include user defined filters for specific data. A common scenario is to filter a single item from its resource collection by using a query or path parameter. Depending on the API implementation, you’re probably using the same endpoint to request different data with …

Continue Reading

Retrofit 2 — Cancel Requests

This is the second post taking a closer look at the new Retrofit 2 Call class. If you haven't read the first part, where we look on how to reuse and analyze the request using the Call class, check it out here. In this blog post, we'll show you how …

Continue Reading

Retrofit 2 — Reuse and Analyze Requests

Retrofit 2 fundamentally changes the way requests are made. Especially for developers, who are used to Retrofit 1.9 or earlier versions, the new Call class is something that takes time to get an understanding for. In this blog post, we'll show you some basic usage and features of this …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.