I am working on one Photo Editing Application. For that application i was using Universal Image Loader Library. But while using this library i got some issues like when i am trying to load more than four images i get java.lang.OutOfMemoryError
exception. One of my friend suggest me to use another library.
I have found some alternative libraries like Picasso , Fresco , Glide etc. But now i am confused with Picasso and fresco. Can anybody suggest me which is the best?
Check this link on stackoverflow. They discuss about it. In my personal opinion, I like how picasso work, but i never really tested Fresco. So picasso has cool features, but check the link to find more about it..