Questions tagged [wifimanager]

WifiManager is the primary Android API for managing all aspects of Wi-Fi connectivity.

WifiManager is the primary Android API for managing all aspects of Wi-Fi connectivity.

As per the WifiManager documentation, this class provides access to:

  • The list of configured networks. The list can be viewed and updated, and attributes of individual entries can be modified.
  • The currently active Wi-Fi network, if any. Connectivity can be established or torn down, and dynamic information about the state of the network can be queried.
  • Results of access point scans, containing enough information to make decisions about what access point to connect to.
  • It defines the names of various Intent actions that are broadcast upon any sort of change in Wi-Fi state.
667 questions
-2
votes
1 answer

How to show list of wifi networks on button click

I want to get list of wifi networks available on button click The code i used is this But i am not able to get the result and i am getting exceptions... in the manifest file...
nawaab saab
  • 1,892
  • 2
  • 20
  • 36
-2
votes
2 answers

Android Wifi Status Bar Indications

i have some doubts regading wifi in android devices. Some times when WIFI was connected as LIMITED, how the WIFI status bar(signal) will appear. there are some colours like grey, yellow, green or blue... if it was connected fully then it will show…
-3
votes
1 answer

Trouble with async

I have a problem with this code it seams that it is working async and it returns false but too late because the code in the if statement seams to run before the check is completed in onReceve. How can i make the check in onReceve finish first an…
-3
votes
1 answer

How to get Wi Fi and Cell Network Signal Strength

Can I get the current WiFi and Cell Network strength in my android application. Is there is any broadcast of function available in the API to get the current data.
Krishnakant Dalal
  • 3,568
  • 7
  • 34
  • 62
1 2 3
44
45