Socket-based communication probably isn't the way you would want to talk between two Android devices. Consider the communication environment where they would typically exist. Raw TCP or UDP of a socket is not ideal, and something like HTTP or a similar protocol is probably the better choice.
Try taking a look at http://code.google.com/android/reference/com/google/android/gtalkservice/package-summary.html , which exposes a service based on the messaging service that Google Chat uses. Cheers, Justin Android Team @ Google On May 8, 9:49 am, Oskeol <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I'm new at Android, so please be patient if my questions are too > simple. > I would like to run two (or more) android instances of the emulator on > the same host (windows vista), > and comunicate between them using Sockets. > > Can anybody describe in detail, the passes i should take. > Please be patient, and give the more information you can. > Any piece of code would be appreciated. > > Thanks everybody, > > Oskeol --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

