Android - communicating between two devices

后端 未结 8 1055
栀梦
栀梦 2020-11-29 00:59

What is the best way for an Android app installed on two devices to communicate with each other? Can the devices connect directly without using text messaging?

相关标签:
8条回答
  • 2020-11-29 01:57

    ShortAnswer: Yes

    Data can be sent directly.

    In order of range: 1 Bluetooth 2 wifidirect 3 maybe.. GSM hardware direct?

    After that, options again in range order: 4 tether or network 5 Internet

    0 讨论(0)
  • 2020-11-29 02:02

    The android NSD API is meant to do the exact same thing you are trying to achieve! The example bundled with SDK is self explanatory!

    please check:

    Android NSD API example

    0 讨论(0)
提交回复
热议问题