I have an app that spans a dozen activities and I want all activities to respond the same to a few pre-set gestures. I'm wondering if I need to code the GestureDetector/GestureOverlay into each activity? This approach seems silly. I was thinking if it is possible to have a single gesture class that can be responsible for all the different activities. Am I thinking on a correct path?
BTW, I'm very new to Android.
Thanks in advance. Michael