I need to transfer data(generally text) between two android devices using socket implementation, i.e, the device have to receive the data & also send the data to the other device. Can anyone suggest me some regarding this & also please tell me that, is there any examples regarding this Socket Transmission in Android.
I need to transfer data(generally text) between two android devices using socket implementation, i.e,
Share
Here is an example demonstrating socket communication between two Android devices.