Socket programming between two android emulator
I am new in android programming. And recently i am trying to socket programming in 开发者_高级运维android emulator. Basically I want to send and receive data using socket connection through TCP/UDP protocol between two emulator and the two emulator are running on the same PC.
Please give me instruction how to do that and if there is any proven example please give the links.
Thanks to all in advance.
BR, gsmaker
Good explanation https://developer.android.com/tools/devices/emulator.html#connecting
Edit: Update for broken link.
精彩评论