Top "Android-wifi" questions

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

how to Send string from Android to PC over wifi

Hello i am working on an android app which requires to send a string over wifi to PC resulting in …

android android-wifi onkeypress
BroadcastReceiver declared in manifest is not receiving the Broadcast

I've tried to register a Wifi BroadcastReceiver to get the wifi state when it changes. But so far I have …

android broadcastreceiver android-wifi
How to get name of wifi-network out of android using android API?

I thought that I should use NetworkInterface::getDisplayName. I got some name, but this name is different that this name …

android wifi android-wifi
CONNECTIVITY_ACTION intent received twice when Wifi connected

In my app I have a BroadcastReceiver that is launched as a component through a <receiver> tag, filtering …

android android-wifi android-broadcastreceiver
How to get each device's IP address in Wi-Fi Direct scenario?

Starting from ICS, Wi-Fi Direct is introduced. Normally, we use the WifiP2pManager class to operate on Wi-Fi Direct, but …

android wifi android-wifi wifimanager wifi-direct
Connect android to two wireless networks simultaneously

I want to make my android connects two networks at the same time, the first one a wifi network to …

android adhoc android-wifi
How to mock Context using Mockito?

I'm using Context to access system level services like WifiManager and BluetoothManager. How to mock this getApplicationContext() using Mockito?

android bluetooth mockito android-wifi android-context
Best way to evaluate connection speed

I'm developing an app which needs to get music file by streaming for playing live. In the request song api …

android networking 3g android-wifi
Can I find the MAC address of my Access point in Android?

Can my Android app find the MAC address of the Wifi access point it is connected to? The docs for …

android wifi android-wifi
How to fake a Wi-Fi or 3G connected event on Android

The question is pretty clear. Can I fetch a fake event for of Wi-Fi or 3G connected. Even for rooted …

android android-wifi 3g connectivity