we are doing an android chat application in 2.3.3 as a project in final year BE and very new to android, we thought of doing both anonymous and friends chatting together and wanted to show chatting in 2 different emulator running on two separate laptops. Is it possible to do so. We are stuck here from many days. Not getting any clear information how to achieve it.We are not getting how to create a network between 2 emulators running on two systems and do chatting, Any help in this regard will be greatly appreciated.Thanks in advance
Share
I would suggest to use indeed a server to communicate to as a middle-man. Not a direct connection between the two emulators.