Articles tagged in: Android



Glide — Caching Basics

After we've looked at loading, displaying and manipulating images, we'll move on to optimize the process. One of the fundamental features of successful and efficient image loading is caching. In this post, we'll go through the basics of caching in Glide. Notice — August 30th 2017 Glide has released a 4. …

Continue Reading

Android Quick Tips #6 — Android Studio

After looking at various Android Quick Tips, this week we'll look at a few more of our favorite productivity tips for Android Studio. {{outline}} Shortcuts, Shortcuts, Shortcuts Shortcuts are the single most important "hack" for developer productivity. Your development time is valuable, and often, when you're in the flow, your …

Continue Reading

Glide — Displaying Gifs & Video Thumbnails

In the previous tutorials you've looked at displaying images from all kind of sources. You've learned how to manipulate the image display, change the size and scaling of the images with standard options. This tutorial will show you a unique feature of Glide: displaying Gifs and thumbnails of local videos. …

Continue Reading

Glide — Image Resizing & Scaling

In the last tutorials, you've learned how to load images from various sources and how to use different kinds of placeholders. This week's tutorial is important if you cannot influence the size of the images: resizing and scaling! Notice — August 28th 2017 Glide has released a 4.0.0 version. …

Continue Reading

How to Decompile an Android App Apk

Recently, we've published a guide on how to add dependencies for only specific productFlavors. After we've implemented the steps necessary, we wanted to make sure that the final .apk actually does not contain any unwanted classes anymore. In this post, we'll show you how to check which classes and resources …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.