getScanResults () function in android is used to give the list of all APs scanned. What will this function return in case no AP is found? Here is a line from my code -
List<ScanResult> wifi_scan_new = wifi.getScanResults();
I want to check for the the no AP case. How should I do it?
nullor aList<ScanResult>wheresize()returns zero. Test if fornullfirst then check it'ssize()if it's notnull. – MisterSquonk Sep 30 '11 at 18:35