Has anyone had experience with a network image loader library for Android they can recommend? Specifically I saw these two in my research but am not sure if either is better or more widely used. Can anyone highlight the differences or pros/cons between the two?
https://github.com/novoda/ImageLoader
OR
ImageLoader.loadImage(...)
to get a Bitmap in callback. Try to read Readme. – Bladdernut