In a previous tutorial, you've learned how to enable logging in Picasso. Unfortunately, this logging option only gives you very limited information and nothing specific to CPU load, memory usage, or the network.
In this tutorial, you'll learn how to use Android Studio's Profiler to really drill into details of your app's behavior. This includes the CPU load, memory usage, and network traffic. You'll also see how to correlate UI events, CPU and memory behavior to network requests. The best part: all of this requires no code setup!
Picasso Series Overview
- Integrate OkHttp3 as Network Stack
- App Release Preparation
- Series Round-Up
- Analyzing Image Loading with Android Studio Profiler
- How to Use & Migrate to Picasso's Upcoming 3.x Version