Reputation: 211
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
Upvotes: 1
Views: 1629
Reputation: 1922
Good explanation https://developer.android.com/tools/devices/emulator.html#connecting
Edit: Update for broken link.
Upvotes: 2