I have application which runs in background. I have some problem – my application need Internet, because it monitors web-site for data, and if application runs and Internet will interrupt – application throw Error message on screen and stops. How can I fix that? I want that application absorbed error while Internet is absent, and when Internet will work my app continue it’s work.
I have application which runs in background. I have some problem – my application
Share
You know the ConnectivityManager?
http://developer.android.com/reference/android/net/ConnectivityManager.html