i have a requirement to send a message (for example “Hello World !” in string format) from my application running on Android Phone to a application (C#/Windows application) running on a PC/Laptop on Windows 7 platform?
Any idea how to achieve this please?
thanks
Venu
Just create UDP socket between Android & PC and that’s all.
Or you can use XMPP for example.