Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to accomplish a few tasks. I have some touch points with me(co-ordinates where users touched the screen) for Android. I want to process these points and fire event for possible gestures. I CANNOT use the Gesture API and want to process the points myself and fire events or something similar which then can be handled by the classes which extends this class.

So,

  1. Should I use the Java level to process and fire events or some C code will be needed to ensure performance is nice?
  2. (considering I use Java)How can I fire events which then can be handled by the classes which extend this class?
  3. If I have to use a lower layer how can that be done?

Thank you :)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.