darsh2 / MultipleImageSelect

Android library that provides for multiple image selection.
Apache License 2.0
300 stars 112 forks source link

Use Glide instead of Picasso to increase Performance, available memory... etc #4

Closed WindSekirun closed 9 years ago

WindSekirun commented 9 years ago

++ Edit: 2015.07.09: Change target branch master -> develop (based recent develop branch, can automatically merge!)

Picasso and Glide has almost same methods (especially method names!), but Glide use RGB_565 so save image memory.

check out this document and publish new version.

thanks to nice library!

darsh2 commented 9 years ago

Thank you, from what I have observed, the images are loaded more quickly using glide due to disk caching!