I am using the trending Picasso in my Project, but I have dumped the heap and it looks like this. Now yesterday it gives me 48M for LruCache
used in Picasso.
How could I specify the size of it?
Note: my loaded images are apparently large.
If someone came up with fit()
or centerCrop()
, I've read that those functions reduce image size, right? But sometimes I have to display small images in the ListView
in full view.
Now, do those functions cache a scaled down image?