I am applying costras universal-image-loader in my app. however, I can't seem to find the pinch to zoom option anywhere. Does it include it ?
Asked
Active
Viewed 3,011 times
2 Answers
4
Instead of an ImageView, use the PhotoView library.
dannyroa
- 5,310
- 6
- 40
- 58
-
danny, i check the git, but had some difficulty merging the too. Have you tried that yourself ? – tony9099 Mar 27 '13 at 20:02
-
1Yeah I tried it and worked for me. You just need the attacher to your ImageView. See https://github.com/chrisbanes/PhotoView/blob/master/sample/src/uk/co/senab/photoview/sample/SimpleSampleActivity.java. – dannyroa Mar 27 '13 at 20:37
-
danny, I used ImageViewTouch , have you ever used it ?https://github.com/sephiroth74/ImageViewZoom/tree/master/ImageViewTouch – tony9099 Mar 27 '13 at 21:03
-
@tony9099 can u help me how to display more than one image with ImageTouchView i have successfully implemented for a single image but if i want to display more than one image then what should i need to do ? – Erum Mar 20 '14 at 17:11
2
An issue regarding zoom was raised in the link below.
UIL doesn't provide any ImageView zoom functionality.
https://github.com/nostra13/Android-Universal-Image-Loader/issues/66.
For zooming images
Community
- 1
- 1
Raghunandan
- 131,557
- 25
- 223
- 252
-
Raghunandan, has anybody added this to the Android-Universal-Image-Loader ? – tony9099 Mar 27 '13 at 18:11
-
I have not come across any till now. You can click on listview image show it in another activity (detailview) and apply zoom in and zoom out on the image. – Raghunandan Mar 27 '13 at 18:24