Articles tagged in: Glide



Glide — Network-Dependent Image Loading

Glide makes loading images in your Android app quite efficient. Powerful caches avoid loading images over the (mobile) network as much as possible. However, that's not always feasible. Glide has to load images from the Internet when they're not in one of the caches yet. Loading images over the network …

Continue Reading

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

Explore the Library

Find interesting tutorials and solutions for your problems.