Load all images at once
Closed this issue · 0 comments
ySnoopyDogy commented
Picasso uses a lot Canvas.loadImage
every time it makes a image, but it is unessessary.
The best way is create a map with all loaded images
With this, i can require images from urls, and it will never return 404 on server error responses. So i can remove all images from local, and request for images from the API