Articles tagged in: Glide



Glide — How to Rotate Images

A little while ago, we got a question on how to rotate images with Glide, since Picasso offers this functionality out-of-the-box. Unfortunately, Glide does not offer this as one little method call, but in this tutorial we'll show you how to make it almost as easy. Notice — September 19th 2017 …

Continue Reading

Glide 3.x — Dynamically Use Model Loaders

In the last tutorial, you've seen how to declare and configure a Glide module, which adds the image size to the request. This is a very powerful optimization. However, it's important to know that declared Glide modules are always active. By default, you cannot dynamically turn them off or on. …

Continue Reading

Glide Module Example: Customize Caching

In the last tutorial, we went through the process of setting up our own Glide module to use a custom HTTP client, which accepts self-signed HTTPS certificates. This week, we stay on a low level and look at options to customize the caching components of Glide. Notice — September 14th 2017 …

Continue Reading

Glide — Customize Glide with Modules

In the last tutorial, we've looked at how you can set various network stacks for Glide to load your images. Internally, the integration libraries for the network stacks are nothing else than declaring a GlideModule, which is a way of significantly customize Glide's behavior. In this tutorial, we'll give you …

Continue Reading

Glide — Integrating Networking Stacks

After learning about various options for loading and displaying images, we'll look at changing the fundamental network stack for Glide. This guide assumes you're using Gradle. Notice — September 11th 2017 Glide has released a 4.x version. We've updated this tutorial accordingly. It is now for both versions, the previous …

Continue Reading

Glide — Custom Animations with animate()

In the last tutorial, we've looked at transforming images before displaying them. We continue in this tutorial with the option of animating the display of images. Notice — September 08th 2017 Glide has released a 4.0.0 version. We've updated this tutorial accordingly. It is now for both versions, the …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.