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

Glide — App Release Preparation

Google highly recommends to use ProGuard for release builds which get distributed via Google Play. We’ll guide you through the basic setup of ProGuard and show you how to configure Glide in the phase of release preparation. First, let’s get a wrap up about ProGuard and afterwards we …

Continue Reading

Glide — Advanced ListViews With Images

In the previous tutorial on ListViews with images we've only looked at examples where the entire adapter item is an ImageView. The approach still applies if one or more ImageViews are only a (small) part of the adapter item. Your getView() code will look a little different, but the loading …

Continue Reading

CoreOS — How to Set Up a Cluster

Last week we’ve learned about CoreOS’ components and technologies within the ecosystem. This week, we’re directly diving into the practical part and get our hands dirty. If you read the first post, you already know that CoreOS is an operating system geared towards high-availability. Setting up a cluster …

Continue Reading

Glide — Series Roundup

Quite a long time ago we started our series on the image loading library Glide. What was planned as a pretty short series got longer and longer over time. We appreciate your continuous interest and feedback. We hope you learned as much as we did. Let's review what topics we've …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.