Skip to content

Repo contains Connectivity Observer which observes the internet connectivity in android.

Notifications You must be signed in to change notification settings

iampradeep-hr/Connectivity-Observer

Repository files navigation

Connectivity-Observer

Repo contains Connectivity Observer which observes the internet connectivity in android. Android network connectivity services allow us to check the network connectivity information of the device. It is very important to check the internet connection of the device while performing the task which is based on internet service such as fetching data from the server (internet) or writing data to the server. Using Android Network Connectivity Services we can also determine the types of a network of android device. It may be of types TYPE_WIFI (wifi), TYPE_MOBILE (mobile), TYPE_BLUETOOTH (Bluetooth), etc.

Works on android 7.0+ Nougat (Api level 24)

About

Repo contains Connectivity Observer which observes the internet connectivity in android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages