Does anyone know where I can get some tutorials on developing wifi
applications for android?  I have some great ideas, but I am
struggling to find some good introductions to using the wifi
capabilities in Android.  Furthermore, is it possible to debug wifi
applications in the emulator.  My emulator is crashing every time I
try to run something simple.  For example, the application crashes
when I use:

TextView rssLabel = (TextView)findViewById(R.id.rssLabel);
WifiManager wm = (WifiManager)getSystemService(Context.WIFI_SERVICE);
WifiInfo wfinfo = wm.getConnectionInfo();

Thanks for your help.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to