New Features in Picasso

1 · Lucas Rocha · Sept. 23, 2014, 3:52 p.m.
I’ve always been a big fan of Picasso, the Android image loading library by the Square folks. It provides some powerful features with a rather simple API. Recently, I started working on a set of new features for Picasso that will make it even more awesome: request handlers, request management, and request priorities. These features have all been merged to the main repo now. Let me give you a quick overview of what they enable you to do. Request Handlers Picasso supports a wide variety of image s...