Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android shake detection on emulator

Tags:

android

I am pretty new to android. I have a use case where I need to detect a shake and show some images in my application. Can I test shake functionality on android emulator ? What are the other alternatives apart from testing it on a real phone ?

like image 470
cppdev Avatar asked Feb 27 '23 02:02

cppdev


1 Answers

I guess what you are looking for is Sensor Simulator http://code.google.com/p/openintents/wiki/SensorSimulator

Hope this helps

like image 129
the100rabh Avatar answered Mar 08 '23 12:03

the100rabh