InternetAvailabilityChecker
InternetAvailabilityChecker copied to clipboard
onInternetConnectivityChanged First time gives us false even connected to the internet connection.
When Launching the Application for the First time the value of the variable "isConnected" is false even if we are connected to the internet connection. I have implemented it in the BaseActivity of my application.
@Override public void onInternetConnectivityChanged(boolean isConnected) { if (isConnected) {///////////////false at first time
} else {
}
}
Hi @MuhammadUsman80 , there has not been active development on this library from last 6 year. Please use the concept if it is still valid and has not changed in last 6 year. Check the read me section and library code and just use the concept.