Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening sockets between 2 Android phones

Is it possible to open a socket between 2 Android phones? How can this be done so the devices can communicate between each other?

like image 930
Lance Parker Avatar asked Jan 19 '11 04:01

Lance Parker


1 Answers

Using Socket Programming with Android is a very good read on the topic, it explains how to do Socket Programming with Android and also lists some useful example.

Also, this discussion lists some very useful pointers for Socket Programming on Android Platform

like image 72
Rachel Avatar answered Sep 28 '22 19:09

Rachel