I know how to checking if internet is available or not in the activity, my requirement is, actually i am storing some values in DB when the device in offline ( no internet), when it comes to online have to pass DB values to the server with out user interactivity. how can i achieve this.
i got this example How to check the Internet Connection periodically in whole application? but it’s working only for one activity , how to make it as global.
I know how to checking if internet is available or not in the activity,
Share
Use this in your receiver
Your UpdateRecieiver