python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to load image from local storage using Glide
I would like to load to imageView one image from pictures directory. With this code I alway get error, however the file exist.
This is very primitive example. It is needed for bigger project, but I wa...
Pavel Kostal
Votes: 0
Answers: 1
Facing error while generating android apk in glide flutter_wechat_assets_picker
Following the error that occurs while generating apk in flutter
I am using flutter_wechat_assets_picker library which uses the glide
Type com.bumptech.glide.GeneratedAppGlideModuleImpl is defined mul...
Akshay Patel
Votes: 0
Answers: 1
Load Drawable as String in Glide
I need to replace image path from server into vector drawable so i can load vector icon in Glide. I have tried several method like these but it shows error
uri = Uri.parse("android.resource://&q...
Ritu
Votes: 0
Answers: 1
How to load image with Glide even if the url return a 301 status?
I'm trying to load images with Glide.
It works when url return a 200 status but sometimes the server return the image with a status 301.
With 200 or 301 the image is correctly showing in the browser.
...
Ben
Votes: 0
Answers: 0