InternetAvailabilityChecker icon indicating copy to clipboard operation
InternetAvailabilityChecker copied to clipboard

onInternetConnectivityChanged First time gives us false even connected to the internet connection.

Open engrusman80 opened this issue 2 years ago • 1 comments

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 {

    }

}

engrusman80 avatar Dec 12 '22 07:12 engrusman80

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.

ankitaggarwal1992 avatar Dec 12 '22 17:12 ankitaggarwal1992