Displaying images is one of the most common tasks for any Android developer, but it can become challenging to manage for a variety of reasons.
The process requires loading and displaying the image, handling caches and image manipulations, loading the correct size of the image in the memory, handling network requests if you are loading the image from the internet, much testing, and many other nightmares.
Continue reading Using Glide to Efficiently Load Images in Android