Oskeol wrote: > Hi everybody. > > Can someone make up a Tutorial on how to use Wi-Fi? > How can be two emulator instaces conected using Wi-Fi? Can this > thing be done ? > > Help please,
WiFi is just Internet access. You can use whatever Internet-based protocols you like, either using built-in clients (e.g., Apache HttpComponents) or ones you supply yourself via third-party code (e.g., XMPP) that work using standard Java socket support. For two devices/emulators to speak with one another, you will probably want to use some server as a messaging hub (e.g., XMPP/Jabber, Amazon SQS). -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.1 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

