glide 4.13.2 releases: An image loading and caching library for Android

Glide is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.

glide

 

It supports fetching, decoding, and displaying video stills, images, and animated GIFs. It includes a flexible API that allows developers to plug into almost any network stack. By default, Glide uses a custom HttpUrlConnection based stack, but also includes utility libraries plug into Google’s Volley project or Square’s OkHttp library instead.

Its primary focus is on making scrolling any kind of a list of images as smooth and fast as possible, but it is also effective for almost any case where you need to fetch, resize, and display a remote image.

Glide 4.13.2 was released.

Changelog

Bugs

  • Update AVIF dependency to fix proguard stripping code erroneously (#4761e2b488c)

Download