ImageView supports multi touch. In-fact every view supports multi
touch it maybe the problem with harware.

any how what you need to do is you need to implement on touch
listener. there  you have to read actions ACTION_POINTER_UP and
ACTION_POINTER_DOWN for multi touch. read something about these and
you will figure it out.

--Varun

On Mar 14, 10:58 am, leela <[email protected]> wrote:
> Hi all..
>
> i want to show images on the screen..
>
> which would zoom in/out on multi touch(pinch,spread). ImageView
> does't support multi touch..
>
> is there any view which can capable of all these features or do we
> need implement?
>
> can please suggest me..
>
> Thanks & Regards
> --------------------------
> Leela Krishna.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to