I am using picasso for my application and it works like charm. But I need a way (in runtime and on production code) to determine if the images are either loaded via the network or from cache/disk.
In debug mode you can see the green,yellow and red indicators, but is there a way to determine that programmatically in production?
Cheers.