Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 522 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 522 Bytes

Network-State-Receiver

Simple implementation of Broadcast Receiver to check if the device is connected to the Internet. A snackbar at the botton indicates if the device is connected to the internet. Just implement the NetworkStateReceiverListener interface in your activity and override the onNetworkAvailable and onNetworkUnavailable methods to check for internet connectivity in your application.