Android-Universal-Image-Loader icon indicating copy to clipboard operation
Android-Universal-Image-Loader copied to clipboard

InputStream hashcode

Open sudhiryadav opened this issue 9 years ago • 3 comments

Hi I have a query not particular to ImageLoader but because i am using it so thought of asking it here.

I am using input stream "stream://" to be able to use ImageLoader. Everything is working fine except that the hashcode of the input stream for the same request is generated differently and hence forces the imageloader to download the image again from the network instead of the disk.

What should i do to fix it.

sudhiryadav avatar Sep 23 '16 06:09 sudhiryadav

ดี

nuengsr31 avatar Oct 03 '16 13:10 nuengsr31

Anyone from Universal Image Loader?

sudhiryadav avatar Oct 26 '16 11:10 sudhiryadav

The hash code of the InputStream does not reflect the content that will be served by the input stream. Use the hash code of the URL.

andviane avatar Jun 25 '17 17:06 andviane