[android-developers] Re: Resources for Android Wifi Programming

2008-12-08 Thread Doughy
Ok, thanks for your help. Is it possible to compile/run code from the Eclipse plugin so that the application runs directly on the device via the USB cable? Or do I need to create the file, then navigate to it separately from the phone? On Dec 7, 11:23 am, Jean-Baptiste Queru <[EMAIL PROTECTED]>

[android-developers] Re: Resources for Android Wifi Programming

2008-12-07 Thread Jean-Baptiste Queru
-The emulator doesn't emulator wifi, you'll have to use a real device for that. -In the current version of Android, you'll find that the wifi support is mostly suitable for infrastructure-based connections (i.e. communicating through an access point), not for ad-hoc connections. You can just blin