I don't see this in the list of WiFi classes on the latest
documentation found here
http://developer.android.com/reference/android/net/wifi/package-summary.html
I am refering to a WifiScanner code (snippet below) to scan wireless
networks
public class WifiTester extends Activity {
TextView mainText;
WifiManager mainWifi;
WifiReceiver receiverWifi;
List<ScanResult> wifiList;
...........................
and it gives me an error in Eclipse saying 'WifiReceiver cannot be
resolved to a type'. Any help would be appreciated.
Please also let me knw how to replace the part of code that has
WifiReceiver in it with any of the existing classes.
Thanks,
Abhi
--~--~---------~--~----~------------~-------~--~----~
--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---