Use Android to discover other devices running under my app nearby

Is there any API or framework or anything that I can use in my Android application to find other Android devices nearby that also have my application running?

+5
source share
3 answers

Slandau,

Available API application Bump and has some similar function. When two phones bump into each other, they use their current location to find out which two phones have collided. Thus, their proximity is calculated to some extent. You should study their APIs and see if you can do something like this. I do not think that there is only a standard API for this, as the privacy / security risks should be obvious.

+1
source

See what Google Latitude does:

http://code.google.com/apis/latitude/

+1
source

"" Wi-Fi Bluetooth, , Qualcomm SDK Android, Bluetooth / Wi-Fi.

http://developer.qualcomm.com/dev/alljoyn-p2p

0
source

All Articles