-
Notifications
You must be signed in to change notification settings - Fork 3.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
Loading Internet Images with Glide #57
Comments
I haven't used Glide myself, but I'm pretty sure this is the same issue as #20, #5 and #3. You might be able to work around this limitation using a custom target:
|
ok,you can disable this fade by this way. |
Closing this as solved. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Till now I used to use Picasso for loading images. Right now I'm moving to Glide and there's an issue with that.
When loading images from the internet for the first time, it doesn't show up in the CircleImageView (Glide isn't able to replace the placeholder image).
Setup:
I have an activity with just a CircleImageView. I use the below code to load image using glide
Steps to Reproduce:
Note: I have tried replacing the CircleImageView with a regular ImageView and it works perfectly.
The text was updated successfully, but these errors were encountered: