Future Studio Tutorials

Public tutorial on Thursday. Wednesday is only.

CoreOS — Platform Introduction and Components

CoreOS is a new operating system with a completely changed mindset. The idea goes away from single servers and moves completely towards security and high-availability clusters. All the management is done at cluster level. CoreOS ships and integrates with components that simplify the overall cluster management. Within this series, we’ …

Continue Reading

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

PM2 — Series Round-Up

It has been a long journey to this last planned post of the PM2 series. We want to wrap up the series and hope you’ve learned a lot throughout the weeks. Every new article covered a separate topic and should help you to improve your application process management on …

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

PM2 — Module System

The previous published posts within this series, you’ve learned about the built-in features of PM2. This week, we’re going to explore a very handy feature of the utility: a built-in module system. This module system allows you to add custom functionality to PM2 by installing modules to PM2 …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.