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
Don't use the method in this way rather make a call and depending upon the response call the next call . Like method1 -> error(), result
Handle the list of url at both of them and call the same method.