How to make application listen to device's shakes? I mean not the only activity in the app, but all of them.I used TabActivity and did all the logic of registering/unregistering SensorManager here and also implemented it as SensorEventListener to detect shakes. Then activities in tabs listened for custom OnShakeListener, declared in my TabActivity. but this logic lead to crash. Was I right choosing this way of implementation and should look for mistakes? OR Should I use a Service instead to get what I want? Or is there any other way?
feedback
|
|
Implement shake listener ( define an abstract method (say: In child call | |||||
feedback
|