glide
glide copied to clipboard
An image loading and caching library for Android focused on smooth scrolling
**Glide Version**: 4.12.0 **Integration libraries**: okhttp3-4.8.1 **Device/Android Version**: Affects all devices/OSs **Issue details / Repro steps / Use case background**: Gifs come down from content management system and are loaded...
I'm trying to encode an an animated Gif to base64 so I can upload it from an Android app to my server, where I'll decode it and save it as...
Everyone is talking about viewing and displaying the gif. I searched the net many times. please someone share the code snippet to resize the gif image and get the data...
## Description Updated the example URL in the README.md from HTTP to HTTPS. Android by default does not allow HTTP connections anymore unless `android:usesCleartextTraffic="true"` is set in the manifest. Resolves...
like this : gifDrawable.startFromFrame(int frameIndex);
When we switched from Android Gradle plugin 4 to 7 we faced with the follow compilation issues: Kotlin also was switched from 1.4.21 to 1.6.10 Android build tool version: 30.0.3...
**Issue details**: I want to resize the gif image with 512x512 to send it to whatsapp as animated sticker. I tried all frequently used code snippets on forums but none...
Describe the bug We are using Glide in our app, there is a bug reported by security scan. Broadcast receivers not protected with Permissions and can leak data to other...
org.gradle.api.GradleScriptException: A problem occurred evaluating project ':annotation:compiler'.
## Repro: ``` git clone https://github.com/bumptech/glide cd glide gradlew ``` ## Top Level Error: ``` $ gradlew Configuration on demand is an incubating feature. FAILURE: Build failed with an exception....
hi, can I use Glide to load multiple pictures with prority for example, I have three picutures in sd card: picture_a, picture_b, picture_c. if(picture_a.exists( )) { Glide.load(picture_a) }else if(picture_b.exists( ))...