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)
Android ip cameraX, camera2 in kotlin
I quite new to android video recording and sharing.
Let say I've got two Android devices D1 and D2
In D1 I split screen in to do parts, in the top part I display camera view from D1(cameraX), and in t...
P.T
Votes: 0
Answers: 1
Connect to a specific Wifi SSID programmatically
I am working on a network specific app and I see there are a few apps on play store that connect/disconnect and enable/disable wifi programmatically. I want to do the same.
Since, most of the methods ...
Gurkaran B
Votes: 0
Answers: 0
Wifi saved programatically by device owner in android 11 doesn't connect automatically
I have a device owner app in android 11 that is responsible for configuring WPA wifi networks. What I am doing in code basically is the following):
val config = WifiConfiguration().apply {
...
Ankit Koirala
Votes: 0
Answers: 0
Is it possible to collect signal strength coming from nearby Wi-Fi devices, modems etc.?
I have a Flutter app that I collect datas of nearby beacons like mac address, rssi, distance etc. I want to do the same thing for wi-fi devices like modems etc.
Googled it but couldn't find something ...
Baran
Votes: 0
Answers: 0