Glide is fast and efficient image loading library for Android that wraps image downloading, resizing, memory and disk caching, and bitmap recycling into one simple and easy to use interface. By default, Glide includes an implementation for fetching images over http based on Google's Volley project for fast, parallelized network operations on Android.
Android library that sets an ImageView's contents from a url. Manages image downloading, caching, and makes your coffee too.
This project aims to provide a reusable instrument for asynchronous image loading, caching and displaying.
Features:
A powerful image downloading and caching library for Android.
A simple library to display images in Android ListView. Images are being downloaded asynchronously in the background. Images are being cached on SD card and in memory. Can also be used for GridView and just to display images into an ImageView.