Articles tagged in: Picasso



Picasso — Log Image Loading with Stetho and Chrome Developer Tools

In a previous tutorial, you've learned how to log image loading with the Android Studio Profiler. In this tutorial, you'll learn how you can analyze requests and responses using Facebook's Stetho debug tool. Stetho maps Picasso's network activity to Chrome's developer tool. This offers the network information during the development …

Continue Reading

Picasso — Catching and Analyzing Errors

When working with Picasso, at some point you'll run into the following scenario: Picasso shows the error placeholder and you can't figure out why. Even when you activate logging you'll only see that loading an image failed, but not the reason for the failure. In this tutorial, you'll learn how …

Continue Reading

Picasso — App Release Preparation

Google highly recommends to use ProGuard for release builds which get distributed via Google Play. We’ll guide you through the basic setup of ProGuard and show you how to configure Picasso in the phase of release preparation. First, let’s get a wrap up about ProGuard and afterwards we …

Continue Reading

Picasso — Advanced ListViews With Images

After reading a full-blown introduction to Picasso in the previous tutorials we're moving to an easier topic. At the beginning of this series we've worked through the example of a gallery kind-of app full with images. But what if the image is just a small part of the list element? …

Continue Reading
Page 1 of 3

Explore the Library

Find interesting tutorials and solutions for your problems.