Skip to content
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

Display image from url #59

Open
namld01810 opened this issue May 21, 2014 · 2 comments
Open

Display image from url #59

namld01810 opened this issue May 21, 2014 · 2 comments

Comments

@namld01810
Copy link

Hi sir!
Your library so heplful! i like it 👍
Now, i need display image download from url!
Can you hepl me display and zoom this image with GestureImageView?
Thanks so much!

@goldingking
Copy link

I also encounter same problem with image downloaded from url, I use this ImageView with the nostra13/Android-Universal-Image-Loader which is another open source project that can download and cache image from url, the problem is that the the image didn't show out at first time, but will show from the second time, I guess it's because the image view will set image from cache but url from the second time. pls have your eye on it. thanks.

@goldingking
Copy link

I have managed to make it work with nostra13/Android-Universal-Image-Loader, It seems use displayImage method didn't work, so I use another method called loadImage to get the image first, and set it to GestureImageView manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants