I\'m using Picasso library to download images from URL. This is my first attempt on Picasso
Scenario : I want to download some images from server and store them into a
Picasso.with(context).load(url).into(imageview);
in this approach image loading is depends on the speed of your internet to download the image..