Sunday, 15 September 2013

Android pause async task after network lost

Android pause async task after network lost

I am using an AsyncTask where I download images using HttpUrlConnection.Im
using a BroacastReciever to listen to connectivity changes. I want to know
how I can pause it when network is lost and continue it after regaining
the connectivity. It would be helpful if anyone can provide some
snippet/code.
Thank you.

No comments:

Post a Comment