Articles tagged in: Glide



Glide 4 — Customize Network Timeouts

Loading images from a server is an error-prone process. The server can be down, the user can be on a slow mobile connection, or completely lose Internet connection. By default, Glide has some timeouts set for you to balance between waiting long enough for the image to be loaded and …

Continue Reading

Glide 4 — Extending the Generated API

Glide 4.x has introduced a new feature: the generated API. You've learned the basics of this new feature in our generated API tutorial. One upside of the generated API is that it's easy to extend. This allows you to centralize implementation patterns in your app. In this tutorial you'll …

Continue Reading

Glide 4 — Request Options & Generated API

Glide 4.x has introduced a new feature: the generated API. You've learned the basics of this new feature in our generated API tutorial. One upside of the generated API is that it's easy to extend. This allows you to centralize implementation patterns in your app. In this tutorial you'll …

Continue Reading

Glide 4 — Log Image Loading with Stetho and Chrome Developer Tools

In a previous tutorial, you've learned how to log image loading with the Android Studio Profiler. In this tutorial, you'll learn how you can analyze requests and responses using Facebook's Stetho debug tool. Stetho maps Glide's network activity to Chrome's developer tool. This offers the network information during the development …

Continue Reading

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
Page 1 of 5

Explore the Library

Find interesting tutorials and solutions for your problems.