glide-images

Installation
SKILL.md

Glide 4 Image Loading (Java)

Instructions

Glide is the default image loader. It handles lifecycle, memory cache, disk cache, and decoding off the main thread. Prefer Glide over Picasso for new code; prefer it over Coil when the project must stay Java.

1. Setup

dependencies {
    implementation 'com.github.bumptech.glide:glide:4.16.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
}

With the annotation processor you get a generated GlideApp class. Register a module for app-wide defaults:

Installs
1
GitHub Stars
1
First Seen
Jul 10, 2026
glide-images — almasumdev/awesome-java-android-agent-skills