Top "Android-wifi" questions

This tag is related to Wifi related questions on Android mobile devices

How do I connect to a specific Wi-Fi network in Android programmatically?

I want to design an app which shows a list of Wi-Fi networks available and connect to whichever network is …

android android-wifi wifimanager
Broadcast receiver for checking internet connection in android app

I am developing an android broadcast receiver for checking internet connection. The problem is that my broadcast receiver is being …

java android broadcastreceiver android-wifi android-networking
How do I see if Wi-Fi is connected on Android?

I don't want my user to even try downloading something unless they have Wi-Fi connected. However, I can only seem …

android android-wifi wifimanager
How to detect when WIFI Connection has been established in Android?

I need to detect when I have network connectivity over WIFI. What broadcast is sent to establish that a valid …

android android-wifi
Enabling WiFi on Android Emulator

How to enable WiFi on Android emulator? I have tried to find this but everyone is confusing WiFi with 3G.

android android-emulator wifi android-wifi emulation
How can I get Android Wifi Scan Results into a list?

I know how to get a <List> of Android Wifi Scans but I can not figure out the …

java android listview android-wifi
android adb turn on wifi via adb

My phone has been locked (too many pattern attempts). To unlock I need to enter username and password on my …

android android-wifi
Android turn On/Off WiFi HotSpot programmatically

Is there an API to turn On/Off the WiFi HotSpot on Android programmatically? What methods should I call to …

android wifi android-wifi
How to turn off Wifi via ADB?

Im automating a testing procedure for wifi calling and I was wondering is there a way to turn off/on …

android shell adb android-wifi
Adb over wireless without usb cable at all for not rooted phones

I want to debug Android APPs on my phone (LG nexus 4). I'm travelling and I forgot my USB cable. When …

android remote-debugging android-wifi