Skip to content

Android app demonstrating how to use Glide with a custom model to load and manipulate images in one operation

Notifications You must be signed in to change notification settings

digio/GlideCropper

Repository files navigation

This is an Android app that demonstrates how to use the Glide image loading library with a custom model loader to manipulate images (in this case crop and translate images) as they are being loaded, to minimise memory usage.

Contrast this with Glide transformations which result in multiple bitmaps being created for every one displayed to the user.

About

Android app demonstrating how to use Glide with a custom model to load and manipulate images in one operation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages