-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloaded images are not displayed #292
Comments
Thank you for your report, welcome to the world of Glide, hope you'll find it useful! By answering the above questions you'll help us narrow down the problem:
Also please check out Debugging and Error Handling on the Wiki, there may be a hidden clue hiding in LogCat. Few other tips:
|
@TWiStErRob , thanks for your quick reply.
I will get the clue hiding in LogCate later, thanks for your tips. |
@TWiStErRob i found the exception stack in LogCat. |
Oh, they are JPEGs... |
Looks like this is a duplicate of #286. |
Confirmed duplicate of #286. |
I am new to Glide, i started to use it today because the support for Gif.
but some images were not displayed int the list(see the attachment), which got 200 http code while captured by Fiddler, while displayed well when using Picasso.
Any idea how to solve this, Thannks a lot.
These are where and how i used Glide:
Code in the adapter:
Glide.with(Application.getInstance()).load(url).into(threeImagesHolder.image0);
Code int the layout file:
The text was updated successfully, but these errors were encountered: