0

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

ipman
  • 1,212
  • 2
  • 21
  • 29

1 Answers1

1

I don't know if it is answer to your question but look at here maybe it helps you.

Community
  • 1
  • 1
Krivers
  • 1,986
  • 2
  • 22
  • 45