Norman

android & node.js dev


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

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

Explore the Library

Find interesting tutorials and solutions for your problems.