Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have started working on a sensor-based project.

The concept of the project is that when the device is started, the application automatically gets started and if my hand comes near to the screen an application has to play a video which is directly called from my server.

If I remove my hand from the sensor range, the device goes into stand-by mode and again if my hand comes near to the screen it should start and resume that video.

The whole concept is based on device sensor.

Any help or reference ?

share|improve this question

closed as not a real question by Shawn Chin, Frank van Puffelen, Blazemonger, RivieraKid, Jean-François Corbett Nov 20 '12 at 14:36

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

I guess you are talking about the proximity sensor.

You will find some more details on how to use it here: http://developer.android.com/guide/topics/sensors/sensors_position.html#sensors-pos-prox

share|improve this answer
yes but how to implement – raj soni Nov 20 '12 at 13:18
that's precisely what they explain in the guide...what don't you understand ? – fiddler Nov 20 '12 at 13:22

Not the answer you're looking for? Browse other questions tagged or ask your own question.