Forking Picasso

1 · Alessandro Crugnola · Oct. 16, 2013, 6:12 p.m.
Recently I started using this nice library, Picasso, for my Android projects. Basically it’s a library which allows you to load any type of images (local or remote, assets or resources) asynchronously into your ImageView. It will load them in background for you, this not blocking the UI. It has also an internal cache system and […]...