0

In my android app, I am using Universal Image Loader to display images.

I specified in the option to caching images on Disc. But sometimes there are images that I do not want to cache on the disc. Is there a way to specify if it should cache on disc or not for each time I download an image and not only in the initialization?

Thanks

Y2theZ
  • 10,162
  • 38
  • 131
  • 200

1 Answers1

0

I just created 2 options one with caching and one without and used each one accordingly. Will leave it here in case.

Y2theZ
  • 10,162
  • 38
  • 131
  • 200