python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to know the wifi SSID my device is connected to in Xamarin?
I have an app that needs to be connected to a specific network. I already have a code to force the device to connect to that network, but every time I open a different screen it repeats the process an...
VAMM
Votes: 0
Answers: 1
Input from users for batch script
I am new to this so if I have put this in the wrong area or done something wrong, please let me know what I need to do to fix it.
During lockdown, I started messing about with Batch to create a menu s...
Chris
Votes: 0
Answers: 2
Getting Wifi SSID from ConnectivityManager NetworkCapabilities synchronously
Currently, the most popular method of getting the SSID of the Wifi network the Android device is connected to is using WifiManager's getConnectionInfo() method. However, that method is deprecated in A...
kevdliu
Votes: 0
Answers: 3