glide
glide copied to clipboard
An image loading and caching library for Android focused on smooth scrolling
Hello, I use Glide normally, there is no problem with mp4 files, but it is the opposite for mp3 files because it does not load.
implementation("com.github.bumptech.glide:glide:4.16.0") implementation("com.github.bumptech.glide:okhttp3-integration:4.16.0") kapt ("com.github.bumptech.glide:compiler:4.16.0") 
I apologize for the lack of a proper write-up, but I observed a large increase in memory allocation when using ImageDecoder to decode images instead of Bitmap factory. github won't...
Glide Version: 4.14.2 Android Version: Android 11 Some images fail to load in Android 11, in other versions everything is fine. Faulty images are not random, so the same images...
java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap@ea5bf3d
Hi Glide team, Recently after app release we started seeing this issue for few users. **java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap@ea5bf3d** The glide that we are using...
**Glide Version**: 5.0.0-rc01 ``` implementation "com.github.bumptech.glide:glide:5.0.0-rc01" implementation "com.github.bumptech.glide:okhttp3-integration:5.0.0-rc01" implementation platform("androidx.compose:compose-bom:2023.10.01") implementation "androidx.compose.ui:ui:" implementation "androidx.compose.material:material" implementation 'androidx.compose.material3:material3-android:1.2.0-beta02' implementation "com.github.bumptech.glide:compose:1.0.0-beta01" ``` **Device/Android Version**: I only tried in the emulator **If I use...
Currently there are still only workarounds for this, but even then, I couldn't find the missing information, of how long each frame I get should last. Here's one way: https://medium.com/@bogomazartem/extract-bitmap-frames-from-gif-file-android-9e06d8b709f8...
**Glide Version**: 4.16.0 + compose 1.0.0-beta01 **Issue details / Repro steps / Use case background**: The issue involves Glide not displaying images in the Preview. It appears to function correctly...
HI, I am unable to import the integration module. import com.bumptech.glide.integration.okhttp3.OkHttpUrlLoader; for OkHttpUrlLoader. Please help what to do. I am referencing glide 3.x using this statement. implementation 'com.github.bumptech.glide:glide:3.8.0' 
* version beta01 crash on HorizontalPager change page ``` fun PlayPageContain( rememberHorizontalPagerState: PagerState ) { HorizontalPager(state = rememberHorizontalPagerState) { page: Int -> if (page == 1) { PlayerPage(rememberHorizontalPagerState) } else...