Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 416 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 416 Bytes

CheckInternetConnection

This is a sample android application written in Kotlin language to check internet connection status using broadcast listener. Since this checking is a repeated and common to all other activities in the application the logic is implemented in the base class.

device-2018-02-24-150031