hello
I'm a social network application
When you open the application registered users list(the name and photo)will appear.
I can download image and show in imageview with Picasso library, but it can't be saved in thememory
I do not want to be cached images
I want to download and save to memory and display
then next time if we enter the application if there photo in memory shown else download and save photos then display
I'm a social network application
When you open the application registered users list(the name and photo)will appear.
I can download image and show in imageview with Picasso library, but it can't be saved in thememory
I do not want to be cached images
I want to download and save to memory and display
then next time if we enter the application if there photo in memory shown else download and save photos then display