I am using Android Universal Image Loader in my application. It works great for ImageView
s, but I also have WebView
in my application. Therefore, images are downloaded twice. Once by Universal Image Loader for ImageView
s and once by WebView. Is it possible to use the already downloaded image in WebView
?
Asked
Active
Viewed 528 times
0

ipman
- 1,212
- 2
- 21
- 29