2,327 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
100
views
Why does gradle fail with "[ksp] No providers found in processor classpath." after KSP migration?
I am currently undergoing the KSP migration in my android app, to get rid of annotationProcessor and kapt
See also this doc
I have included the plugin in the root gradle an in all module gradle files ...
0
votes
0
answers
190
views
Glide image loading fails on Android 12 and below due to SSLHandshakeException
I'm using the standard Glide library to load and display images in my Android app.
After switching my image domain's SSL certificate to "Sectigo Public Server Authentication CA DV R36", image loading ...
0
votes
1
answer
5k
views
Expo-Image does not support 16KB page sizes for Android
I am developing an Expo RN app, and I recently updated to Expo 53.0.9, react 19.0.0 and React Native 0.79.2 + ndk 28 for android.
I am trying to build my app so that it would support 16KB page sizes ...
0
votes
2
answers
50
views
How do I make an image perfectly fit its bounds using Glide?
My goal is simple: I want the image to be the exact size of the ImageView, even if that means stretching it to change the aspect ratio. The code I'm using to load the image is fairly simple:
...
0
votes
0
answers
32
views
Why does Glide require an additional module or manual registration to load Firebase Storage references?
I’m working on an Android app that uses Glide to load images from Firebase Storage (using StorageReference). Initially, I was using the following standard Glide call:
Glide.with(context).load(...
0
votes
0
answers
44
views
Image loaded with Glide sometimes doesn't appear on ImageView
I have an activity which requires you to provide inputs on a few EditTexts and take a picture, then submit the whole data to backend.
The activity is like this (I only extracted any image-related ...
0
votes
1
answer
129
views
Memory Usage in Android App Keeps Increasing Over Time (Others Category in Profiler)
I am developing an Android app that primarily focuses on:
Fetching details from an API.
Receiving updates via MQTT.
Displaying content based on the received data, including:
Videos using ExoPlayer ...
0
votes
0
answers
25
views
Is Glide MultiTransformation perfromant?
On TV we have tons of images on the screen, and they have bunch of transforms applied to the images such as, center crop, rounded corners, outline and gradient scrim on the top.
So I could use ...
1
vote
0
answers
68
views
Android Glide + okHttp -- Some users experience very slow image loading and network speeds on wifi, but no problems on mobile data
I am experiencing a weird issue that only affects some of my users (and unfortunately not my own devices).
On wifi, when loading up resources, the data will take AGES to download. But then the user ...
0
votes
0
answers
29
views
I'm trying to load images into an Android Studio carousel but when I try to load the image with Glide I get the following error
Load failed for [/-1/1/content://media/external/images/media/1000000032/ORIGINAL/NONE/image/jpeg/431133701] with dimensions [400x400]
class com.bumptech.glide.load.engine.GlideException: Failed to ...
0
votes
0
answers
28
views
How to send images out of database from fragment to fragment in Android Studio using Glide
I try to send an image that is stored in the database from one fragment to the other.
In the first one (using a recyclerview) it gets displayed, but in the second one (normal fragment) it doesnt work ...
0
votes
1
answer
68
views
Image loading with Glide - access denied to external storage
im building an android app with kotlin and use Glide for loading images.
It works with one fragment, but not with the other one and i dont understand why i cant get the permissions?!
The images are ...
2
votes
1
answer
179
views
Why for the same image "Glide" is working correctly, but "coil" is giving error?
I tried use "Coil" for the image processing/loading but it is not loading the image and also it is giving error. Then I tried using "Glide" for my same image, and it is working ...
0
votes
0
answers
46
views
Glide loading image urls very slow in viewpager2 + Circular Indicator not visible
I'm just trying to fetch 5 images (all less than 50 KB size) from server and then trying to load them into viewpager2 slide show at the top of fragment using glide and urls, also the images are coming ...
2
votes
0
answers
81
views
ANR: com.bumptech.glide.load.engine.ActiveResources.cleanReferenceQueue - Input dispatching timed out
I’m seeing an ANR (Application Not Responding) in my Android app with the following stack trace:
Input dispatching timed out (com.bumptech.glide.load.engine.ActiveResources.cleanReferenceQueue)
"...