This tag is related to Wifi related questions on Android mobile devices
Questions tagged [android-wifi]
2111 questions
0
votes
1 answer
Sending data from esp8266 to android app
I'm simply trying to send String text from my android app to Nodemcu esp8266 and the esp8266 response with another text.
I can receive the text on esp8266 but on android app I'm not get any response text! and I don't knew what is the problem.
my…

Ahmed Ibrahim
- 13
- 1
- 4
0
votes
1 answer
React Native wrapper for Connectivity Manager
Im looking for the library in RN community that can help me manage my active wifi connection. I would like to connect/disconnect to certain wifi networks.
The equivalent class in Java…

Irrevocable
- 39
- 1
- 6
0
votes
0 answers
Showing different WifiP2pDevice device name in android
I am using Moto g4 plus device. And developing mobile application using WifiP2P API. Everything is working fine but In my device i have getting different name.
So i want to know where i can find that name in android device. Please help me.
Thanks in…

Amit Shinde
- 31
- 3
0
votes
1 answer
Auto Detect a specific wifi connection and start app
hello am developing a hotel app and I want my app to work only within the hotel.
To do this I am checking if the user is currently connected to the hotel's specific wifi before initiating the home activity.
By now I am able to check if the…

Austine Gwa
- 804
- 1
- 9
- 18
0
votes
1 answer
android scan all wifi network and list ssid
I want to list all wifi network and show ssid in a list.I think I should use broadcast to do this but I used several codes but doesnt work .I just need to list all ssides and show them to user but if you tell me how can show wifi signal stronge too…

john
- 345
- 1
- 4
- 20
0
votes
1 answer
How can I know what standard Wi-Fi (802.11) I am using in Wi-Fi Direct(Android)?
I realized that when I send bytes using my Wi-Fi Direct-based Android application and I am connected to a Wi-Fi network, my speed reaches a maximum of 67 or 68 Mbps (8 MBps), but if I am not connected to any Wi-Fi network, I simply have the active…

Dani
- 19
- 6
0
votes
1 answer
java.net.UnknownHostException: Unable to resolve host "": No address associated with hostname
I am 100% sure that the phone has internet connection. I can browser websites and the connection works. Nonetheless, from my app, I see this error:
java.net.UnknownHostException: Unable to resolve host "": No address associated with…

Jaime Montoya
- 6,915
- 14
- 67
- 103
0
votes
0 answers
Phone connected to adb via Wi-Fi disconnects immediately when USB cable is pulled
I'm developing on a Linux system with Android Studio 3.1.3 and connected my device to adb via Wi-Fi:
ruomini@ruomini-XPS-13-9370:~$ !622
adb usb
ruomini@ruomini-XPS-13-9370:~$ !623
adb devices
List of devices attached
FA7BJ1A01528 …

FractalBob
- 3,225
- 4
- 29
- 40
0
votes
1 answer
How to get Overall (not application specific)data usage from particular time period?
I am working on a wifi data usage research and want to develop a program like,When user click on a button the device is already connected to wifi will start computing data usage and on same button click it will stop computing data usage and give me…

madhu makwana
- 49
- 1
- 7
0
votes
0 answers
Android - Receive WiFi data through TCP/IP
I am not getting message from server after sending the command to receive the data. The line after inputstream.read does not execute.
This is the runnable code for getting the message from server.
public class ReceiveRunnable implements Runnable {
…

Rathiesh Rajasekar
- 13
- 7
0
votes
2 answers
Instantiating WiFiAwareManager Object
I am in the process of creating an app that will utilize WiFi Aware to publish a service yet I am unable to properly call the attach method on the WiFiAwareManager object that I instantiated. Everything compiles yet when when I press the button that…

Patrick Utz
- 1
- 2
0
votes
1 answer
Is there any API to check wether the WiFi is connected to the Internet or not?
Are there any APIs to check if the WiFi which the Android device is connected to, really serves internet or not?
whenever the device is connected to WiFi, it considers it as online though the Wifi router does not serve internet or idle.
How to…

Roohi Zuwairiyah
- 363
- 3
- 15
0
votes
2 answers
Handling periodic checking of WiFi state within app
Newbie to Android app programming and I have a scenario that I'm struggling to code up in Android Studio.
My app requires the user be connected to a specific Wifi. So I'd like to periodically check the Wifi status and if it's not connected/…

flexcookie
- 113
- 1
- 3
- 12
0
votes
1 answer
How to detect when user turn one wifi connection to other wifi?
I have problem with WiFi connection detection. My goal is to detect when user is switching between different WiFis. I found this, but it only detects when WiFi was established. In my case I need to know when one WiFi network changed to another on…

Serg Burlaka
- 2,351
- 24
- 35
0
votes
3 answers
how to check wifi connection throught the entire application?
how to check wifi connection throught the entire application.is there any events or class that we can get message for that?
thankx

Hitendra
- 3,218
- 7
- 45
- 74