Hi Varun, Thanks for replay.. Is ImageView supports multi touch ? In my device WebView is working on multitouch. But not for ImageVIew.(my device supports multitouch)
Can you please suggest me here.. if i implement OnTouchListener i need to handle every thing. It is getting more complicate my project. On Mon, Mar 14, 2011 at 12:14 PM, varun <[email protected]> wrote: > 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 -- 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

