Recently, while working on a Windows Metro App, we faced some issues with Adaptive Layout. The requirement was that our app should support all resolutions (Minimum:-1024*768, Maximum:- 2560*1440)and maintain aspect ratios when it came to images. We solved the issue using a ViewBox but had to learn a few tricks about the Viewbox first! This […]
Monthly Archives: March 2015
Forcing Picasso to ignore cache and load from Network!
Picasso is a pretty cool image downloading and caching library for Android. Not only does it manage download and cache , it even allows you to manipulate the image by allowing basic transformations like rotate, resize, center, crop etc In one of our recent implementations we needed to purge the cache and reset the image […]