Articles tagged in: Glide



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

Glide — Custom Transformations

In the previous tutorials, you've learned all the fundamentals required to utilize the standard capabilities of Glide. Starting with this tutorial, and moving forward, we'll dive deep into a bunch of advanced topics. In this tutorial, we'll take a closer look at transformations. Notice — September 07th 2017 Glide has released …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.