My app supports Eclair 2.1, API level 7. I have a need to detect pinch-zoom gestures, both when they start and when they end. Is this possible without using ScaleGestureListener (only available from 2.2, API level 8)?
Share
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.
I don’t believe so. It would appear that SimpleGestureDectector is only available in API level 8+.