Open CloudyPadmal opened 7 years ago
@CloudyPadmal brother you can use image loader as well...using the same volley library..
@icancode23 agreed! But picasso is simple to integrate than volley! Don't you agree? :)
@CloudyPadmal no i was just saying that because then you won't need an additional dependency of picasso
@icancode23 volley is only used in this image fetching. So instead of that we can use Picasso, a library specialized in image fetching from URLs to simplify the code!!
@CloudyPadmal two developers..two different thinking....
That's good for app development! :)
Issue
The image request call made to fetch images from URL is deprecated. Picasso is a library specialized in image fetching compared to Volley. We can integrate that library instead of Volley as volley hasn't been use anywhere in the app except for image fetching
Steps to reproduce
Would you like to work on this issue?
Yes and I can send a PR for review!