I had a doubt regarding the SensorGestureDetector that I saw on http://code.google.com/p/openintents/source/browse/#svn/trunk/SensorGestureDetector/src/org/openintents/sensorgesturedetector/main
Firstly, is the general design of SensorGestureDetector same as GestureDetector? I find them both very similar except that SensorGestureDetector would use SensorEvents and GestureDetector would use MotionEvent/TouchEvents Secondly, currently I see applications like Calculator,Calendar and Gallery are using GestureDetector if tomorrow I would like to handle sensor events also in these applications for same functionality that are currently been achieved using normal TouchEvents, should that happen appn specific or should we have a separate SensorGestureDetectorActivity or Service which would call current active application or an application which have registered with this Activity /Service on a sensor getsure that it has subscribed for? Thanks in advance! Learning_Android --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
