In my android application,I am downloading images from the internet.
Now I want to store these images in cashe. I also want to display images to users from cashe (not from internet again).
I cant use CacheManager
class because its deprecated so i have to do this manually.
How can i do this?