Top "Android-wifi" questions

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

Get my wifi ip address Android

How can I get the ip address of my phone when it is connected under wifi? I found a method …

android ip android-wifi android-networking
Connect two android phones with wi-fi (without laptop or access point) and send file

Is it possible to connect two android phones by wi-fi, without using a bluetooth/GSM/CDMA/IR? Also, there is …

android wifi android-wifi
How to get available wifi networks and display them in a list in android

Friends, I want to find all available WiFi networks and display them in a list I have tried as below. …

android android-listview android-wifi wifimanager
How to programmatically create and read WEP/EAP WiFi configurations in Android?

How to programmatically create and read WEP/EAP WiFi configurations in Android? I have seen a number of people struggling …

android wifi android-wifi
Android get IP-Address of a hotspot providing device

I'm currently using public static String getLocalIPAddress(WifiManager wm){ return Formatter.formatIpAddress(wm.getConnectionInfo().getIpAddress()); } to get the IP-Address of …

android networking ip android-wifi wifimanager
Getting WiFi signal strength in Android

I can get WiFi signal level in dBm using following code. for (ScanResult result : wifiScanResultList) { int signalLevel = result.level; } It …

android android-wifi
Wifi Connect-Disconnect Listener

Which listener does my class have to implement inorder to automatically check code if the wifi connects/disconnects? I'm able …

android wifi android-wifi
Android Studio - Android Emulator Wifi Connected with No Internet

I have wasted a whole day trying out different solutions floating around in SO and other place mentioned to enable …

android android-studio android-emulator android-wifi
Disabling Samsung "Auto Network Switch" for WiFi Connection

In our app, we handle initiating a WiFi connection to a device that broadcasts its own wireless access point (with …

android networking wifi android-wifi samsung-mobile
Setting WiFi priority on Android Lollipop or later via Settings UI

KitKat had the Settings > WiFi > Advanced WiFi option to set the priority as shown. This isn't present on …

android android-wifi