Hello everybody, I am a newbie in Android, I want to implement an application that shows images, each one in full-screen size, and showed with a fling movement(like a gallery). For each Image I want to zoom, and detect my own gestures.
First approach To modify a Gallery and implement my own View with a double tap listener. This event was never triggered on the ImageView, sent in the Base Adapter. I could only get responses from the onTouchEvent method in the implementation of the ImageView. I found an article telling to solve the issue by adding a touch listener to the gallery: http://stuffnobodytoldmeabout.blogspot.com/2010/11/gallery-clicking-and-selecting.html Now I can get my DoubleTapEvent (for the zoom), but I don't see how I could add the Gestures part. I don't really think this approach is the best solution for my problem. Could anybody give me ideas about how to implement or solve this? Best, Lina -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en