Android: create a file sharing application like xender / superbeam.

I want to create an application that can share files over Wi-Fi, similar to Xender / Superbeam . I do not want to rely on a router or some other access point. I want to create a new connection from one device, and other devices will be able to find and connect. How can I get any sample code or link.

+4
source share
1 answer

You can try using wifi Direct. Here is the Wifi P2p documentation . You can also try the demo by importing a sample project. Also try this wifi p2p demo extension. Even Superbeam uses wifi as a backup.

+4
source

All Articles