[android-developers] Re: How to scan for WiFi networks?

2008-12-14 Thread Ian
Hey, thanks! That's great! Ian --~--~-~--~~~---~--~~ 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

[android-developers] Re: How to scan for WiFi networks?

2008-12-10 Thread Kent
I think you are looking for BroadcastReceiver (More info @ http://code.google.com/android/reference/android/content/BroadcastReceiver.html ) . Try something like this in your application's onCreate() ... // -- Sample WiFi implementation IntentFilter i = new IntentFilter();