Android-Universal-Image-Loader
Android-Universal-Image-Loader copied to clipboard
InputStream hashcode
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.
ดี
Anyone from Universal Image Loader?
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.