Articles tagged in: Android



Glide — Placeholders & Fade Animations

After you've learned how to load images from all kinds of sources and how to display them in ListViews, this tutorial is all about placeholders, which bridge the time until the image loading. Notice — August 25th 2017 Glide has released a 4.0.0 version. We've updated this tutorial accordingly. …

Continue Reading

Android: How to Implement ProductFlavor-Dependent Dependencies with Gradle

A few weeks ago we published a post about setting different permissions for each productFlavor. Some requested if this is possible for dependencies as well, so here it is: in this blog post, we'll show you how to set up productFlavor-dependent dependencies. Related Posts Android: How to Implement ProductFlavor-Dependent Permissions …

Continue Reading

Glide — ListAdapter (ListView, GridView)

The first two tutorials in this Glide series have shown how to load a single image into an ImageView from either an Internet URL or other sources. This tutorial will demonstrate adapter implementations for ListView and GridView, where each cell contains a single ImageView. This is similar to many image …

Continue Reading

Glide — Advanced Loading

In the first tutorial, we've looked why you should use Glide and a simple example request to load an image from an Internet source. But this is not the only possible image source for Glide. Glide can also load images from the Android resources, files and URIs. In this tutorial, …

Continue Reading

Glide — Getting Started

After a lot of success and feedback on our Picasso series, we're following the requests to do an extensive series on another amazing image loading library: Glide. Glide, like Picasso, can load and display images from many sources, while also taking care of caching and keeping a low memory impact …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.