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.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
i had performed zoom in/out but for rotating image stackoverflow.com/questions/5894736/… but this is of no use....i didn't get how to calculate ACTION_POINTER could you please elaborate a bit :) – ManjotSingh Jun 2 '11 at 9:54
feedback

This guy has a 6 article blog about how to implement some form of pinch zoom in Android.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.