How to check different Network status in Android?
This code snippet checks which of your networks are available in android.
This code snippet checks which of your networks are available in android.
Today we will see how to check whether there is any internet connection available to your phone in android.If any of the internet connection is available then the below function returns true otherwise false. Dont forget to add these two permissions in the manifest file. Press the +1 button to share it across the web… Read More »