Please provide any useful tutorial to handle image with multi-touch user interface
to handle image rotation zoom in/out.
I have already find out something but not so satisfactory.
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 found this tutorial very useful, it does ZOOM & TRANSLATION but not ROTATE
How to use MulltiTouch in Android
I suspect you would have to calculate the ACTION_POINTER rotation when it moves & apply the same rotation to the transformation matrix.