You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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.
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!
The text was updated successfully, but these errors were encountered: