In my Android app, I download images from the Internet.
Now I want to save these images in cache. I also want to display images for users from cashe (and not from the Internet again).
I cannot use the CacheManager class because it is deprecated, so I have to do it manually. How can i do this?
source share