I'm writing a glass app, using High Frequency Rendering live cards.
I launch the live card from a service and I draw directly using the DirectRenderingCallback This LiveCard have associated one activity related with the menu.
All work's fine, but i have problems detecting gestures. The GestureDetector can be fired from a View or from an activity, but I don't have any .main activity and I don't have any view because I'm drawing directly.
Any suggestion about how can I detect the gestures having the LiveCard on top?