Future Studio Tutorials

Public tutorial on Thursday. Wednesday is only.

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

PM2 — Utility Overview & Installation

Back in May 2015 we updated our server setup and started to use a bunch of new tools to avoid server administration headaches. We mostly rely on Node.js apps (Ghost, our homepage is built on hapi, Strider) and wanted a reliable process manager to keep started servers alive. We …

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

Explore the Library

Find interesting tutorials and solutions for your problems.