0

Until recently I was using Universal Image Loader to load images from links. I found out about the volley library and started using that instead. Everything is working fine, but in my app I have a button which selects an image from the gallery and displays is in an ImageView using Universal Image Loader. Is there an option in volley which will let me do the same thing(load an image from the gallery) ? And which one should I stick with ? Should I keep using the Volley library or change back to Universal Image Loader ? Which one is better ?

Bogdan Daniel
  • 2,689
  • 11
  • 43
  • 76
  • This [link](http://stackoverflow.com/questions/22464744/let-volleys-networkimageview-show-local-image-files) may be useful – DmitryArc Nov 05 '15 at 08:02

1 Answers1

1

For comparing two libraries :

Picasso v/s Imageloader v/s Fresco vs Glide

Using Volley for local images :

Let Volley's NetworkImageView show local image files

Community
  • 1
  • 1
Kenan Begić
  • 1,228
  • 11
  • 21
  • Thank you for answering. I've already changed to fresco. I like it more and I could easily play with cache and everything . – Bogdan Daniel Nov 30 '15 at 19:35