The ImageView in the Android Gallery widget does not provide Zoom and Pan functions.
Does anyone know how to enable those functions ?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no “zoom and pan” for ImageView or for Gallery. You either need to find third-party code that provides this, or write it yourself.
Here are some links for implementing your own zoom logic on an ImageView:
http://blogs.sonyericsson.com/developerworld/category/tutorials/zoom/
http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2-part-6-implementing-the-pinch-zoom-gesture/1847
android multitouch image zooming?
Here are existing multi-touch-enabled widgets:
http://code.google.com/p/android-pinch/