Android Question Speed up to load image

Blue.Sky

Active Member
Licensed User
Longtime User
Hi
I add many image to panel and crop it with picasso
I use imagedownloader
When i load images and show it,again load images,speed is same with when download from internet
However Imagedownloader cache image but speed is low
 

Blue.Sky

Active Member
Licensed User
Longtime User
ImageDownloader does indeed cache images. It will not download the same image multiple times.
yes i know,I use picasso in imagedownload for center image
In each loading images,i need to 3 second to load image
maybe picasso affect to load image?
 
Upvote 0

Blue.Sky

Active Member
Licensed User
Longtime User
You need to test it with Picasso and without it.

Also make sure not to load large images if they are not necessary. Use LoadBitmapSample instead of LoadBitmap.
I know but i use Picasso to center image or scale to imageview
Thank you it is best solution
 
Upvote 0
Top