Is there any easy way to tile bitmap downloaded from URL on ImageView?
Preferably using Picasso or UniversalImageLoader.
I was thinking about getting image from Picasso cache and draw on canvas, but maybe there is more elegant way?
Thanks, Bartek.