views:

655

answers:

1

Hi guys, after a little bit of work my route application works fine :) The only thing I just want to add is a double tap zoom in function, but I don't know how...

could you give me a hint?

nice greetings, poeschlorn

A: 

Implement GestureListener to receive doubleTap events.

see: http://stackoverflow.com/questions/937313/android-basic-gesture-detection

Reflog