Top "Connectivity" questions

Anything related to connectivity, i.e. the ability of systems to communicate with remote systems using some form of communication channel.

ConnectivityManager.CONNECTIVITY_ACTION get network disconected from in API >= 14?

I need to get the network from which device was disconnected. Now I use: NetworkInfo ni =intent.getParcelableExtra(ConnectivityManager.EXTRA_…

android networking connectivity
Cannot connect to SQL Server remotely or locally after reboot

After some network maintenance last weekend, we had some trouble with our development server which led to us restart it. …

sql-server sql-server-2005 connectivity
Checking the Networking Connectivity using BroadcastReceiver in Android

I am using the BroadcastReceiver to check the network connectivity while my app is running.I have binded the BroadcastReceiver …

android networking broadcastreceiver connectivity
How to check url is loaded in webview or not

I am loading url in android webview using below code webviewShowPost.loadUrl(URL); I want to check if no data …

android url webview connectivity
Distributed RabbitMQ Nodes don't recognize each other

I'm working on a RabbitMQ distributed POC and I'm stuck at the basics of clustering the nodes. I'm trying to …

erlang distributed rabbitmq connectivity
Android Bluetooth Serial RFCOMM low baud rate / slow transmission

I'm working on an Android Bluetooth project to send and receive data from a custom made hardware. I used Bluetooth …

java android bluetooth connectivity rfcomm
Kotlin: Checking network status using ConnectivityManager returns null if network disconnected. How come?

I try to check the status of my network (connected or disconnected) using this function: // Check Network status private fun …

android kotlin connectivity
how can i retrieve data from multiple databases in a single query?

if i have multiple database with same Tables and Columns how can i retrieve Data from those Databases using single …

java sql-server database jdbc connectivity
How to have vpn connection always on in iOS

I have a client requirement and he wants his VPN connection to be always on even when the device goes …

ios7 vpn connectivity
ASP.NET Core - Application not connecting to database after publishing

I created a simple ASP.Net Core application with user authentication (so all the Entity Framework has been preloaded into …

asp.net sql-server iis connectivity