I have made an app, in that I need to check if internet is available then it should work otherwise should give popup. As I have made whole app I want to avoid writing the internet connectivity check function in each activity or calling it multiple times. So I am wondering is there an easy way to check internet connectivity of app in whole app by writing it in either Manifest or other way?
Thanks in Advance