List Question
20 TechQA 2023-01-25T09:30:46.793000How to check the connection status in Android avoiding StrictMode
217 views
Asked by Mattia
How to get Network Info - Android
890 views
Asked by AudioBubble
while android activity running, internet goes off alert not coming after internet off
68 views
Asked by Shreyas patne
Getting "BLOCKED" network state when Android's data saver is off
740 views
Asked by Jon
how to check for NO INTERNET in devices below API level 21
1.3k views
Asked by Amit Ghosh
NetworkInfo has been deprecated by API 29
32.7k views
Asked by A.R.B.N
Android In app Updates Asking for Wifi while it is on with wifi shared by cell phone
279 views
Asked by Dennis BORDET
Difference between NetworkInfo.isConnected() and NetworkInfo.getDetailedState() == NetworkInfo.DetailedState.CONNECTED. What to use?
917 views
Asked by Shubham Dadhich
How to get WIFI SSID in Android 9.0(PIE)?
16.4k views
Asked by Abhinav Tiwari
Background service triggered by external app gives no connection
73 views
Asked by Cooper
Using JobService to replace BroadcastReceiver? Network changes and alarms
286 views
Asked by the_gesslar
NetworkInfo is not properly responding to network changes on phone running Nougat
759 views
Asked by the_gesslar
Difference between `isConnected()` and `isAvailable()` in android `NetworkInfo`
6.4k views
Asked by arjun
how to detect internet connection in android studio
7.3k views
Asked by Kinza Yasin
networkInfo.isConnected() method return true even there is no internet?
1k views
Asked by Yazan Khateeb
How to detect when the user is connected to public wifi BUT not approved wifi term of use
384 views
Asked by koko
How to get network state change on android?
20.7k views
Asked by Adrian
How to find internet is working or not
110 views
Asked by YLS
It is possible to get network type (wifi/mobile) without requiring permissions?
483 views
Asked by NullPointerException