I have a problem. I want to make an emulator on my computer as a server. Then I want to communicate to another application installed on another emulator on the same computer.Or this may be two phone also.similarly two emulator communicate as server client
I searched on Google but I found no relevant answers.
Problem:
1)I have two emulators or phone`
2)I want one work as server and the other to work as a client, and I want to
communicate between them
Finally i solve my problem using socket programming with help of this Blog.I use server and client code and then use ADB to start one emulator as server.Thank you all for your help and support