Thanks for the answer. Can you give me a short example please? I'm only beginner in android and... ok I'm beginner :)
On aug. 19, 01:15, TreKing <[email protected]> wrote: > On Thu, Aug 18, 2011 at 3:06 PM, Zwiebel <[email protected]> wrote: > > But I don't know how I can handle multiple touch events. I know that I need > > an on touch event method and in it I need an if -else statement for the > > first click but I don't know how I can monitor the second, third etc. > > Store a flag for each touch event and check them as each picture is touched. > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- 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

