I am using Subsampling scale imageview to display a large image (approximately 3000x3000).
I am aslo using picasso decoder to download image from the internet. The problem is, that when I try to get image from cache, it does not work because picasso can not download it. The decoder is from the official page.
I had an idea to download the image and save it to file beforehand and the just show it. The problem is that then I get som skia exception and other stuff, basically, this doesn't seem to be the correct way.
Any ideas ?