Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

You need the ip of the other device, so either the user types it in or you'll need to do a UDP broadcast to the local broadcast address, which is usually something like x.x.x.255 (replace x's with user's IP) or as an example 192.168.1.255.
Google "boxee remote udp" for some code and a method to do this.
The only other option is ad-hoc networking which isnt supported in Android.
Also moving to regular dev forum as this isnt 101 level stuff![]()

