0
votes
0answers
34 views

Motion detection versus conserving battery

In my app, I have a service that is constantly running in the background, in time ranges the user determines. In theory, I need to constantly know the user's distance from some destination. So for ...
11
votes
2answers
409 views

Display Direction of Place with Arrow in Android ListView

I have requirement to show list of some places in Android ListView with the direction of that place. I able to that by finding the angle between the locations but the issue is that My Client required ...
0
votes
1answer
150 views

referential location with android (non gps, non cell tower , non wifi)

My intention is to track a mobile device with respect to another mobile device or wifi. i am looking for some pointers to proceed on building a location tracking system something that does not depend ...
0
votes
0answers
96 views

make a phone self aware of driving state(for Driver only) [closed]

The problem here is to identify the position of person driving a car using GPS or by any means if possible (This is not applicable if the person is on passenger seats). I know I can track the ...
3
votes
3answers
419 views

Reach a waypoint using GPS/Compass/Accelerometer - Algorithm?

Good morning everyone, I currently have a robot with some sensors, like a GPS, an accelerometer and a compass. The thing I would like to do is my robot to reach a GPS coordinate that I enter. I ...