Android - communicating between two devices

后端 未结 8 1139
栀梦
栀梦 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:43

    you can use PubNub. it handles all networking and you should only care about messages. it has great API to work.

    (Thanks to @Ian Jennings : Can we send data from an android device to another android device directly (p2p) without server in the middle?)

提交回复
热议问题