Top "Connectivity" questions

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

How to find connected components in Matlab?

array A = 2 3 2 5 4 8 5 6 7 8 I'd like to get the result as 'conidx = [2 3 5 6] and [4 7 8]'. One of the values of [2 3] exists in the 2…

algorithm matlab graph-algorithm connectivity
ConnectivityManager getActiveNetworkInfo() is always null even with data traffic active

i'm working on a android project and i had the need to check for internet connection. i searched the web …

android null connectivity android-2.1-eclair android-wireless
Android: Set Bluetooth Discoverability Unbounded

I have spent the last couple of days trying to make an app that keeps my Samsung Galaxy S3 mini (…

android bluetooth android-bluetooth connectivity discoverability
How to stay connected through mobile network after WIFI is connected on Android?

I noticed that while streaming audio from a remote server through 3G (mobile) connection and while the WIFI is disconnected …

android android-wifi android-networking connectivity
Check network available in android

I have to develop one android application. Here i have to develop one twitter integration android application. i have using …

java android networking connectivity
How can I check whether a database connection is closed or open using java?

Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); String database = "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=Signing_Utility.mdb;"; Connection …

java jdbc connectivity jdbc-odbc