I want to download the image from URL internet to local storage and open the image from local storage to imageview ?
I saw these answers
How to download and save an image in Android
downloading images with Picasso android disck
Saving image from URL using Picasso?
I know we can use Picasso and Glide and Volley and Universal Image Loader to do these job and there are other libraries also ...
but I can't implement the code of download image ! and can't find any new example of on the internet. I found some old example of Picasso library old version
can you give me the new code of download image from URL internet to local storage or any tutorial talk about this topic