I am updating progress in notificaton bar in my application when the app is closed or the task is interupted i want to show the message some thing went wrong How to do that? (my progressbar is updating when the app is in foreground (not killed).)
Asked
Active
Viewed 45 times
0

Jonathan Leffler
- 730,956
- 141
- 904
- 1,278

SHASHIDHAR MANCHUKONDA
- 3,302
- 2
- 19
- 40
-
use `Services` and `BroadcastReceiver` – Rakeeb Rajbhandari Dec 19 '13 at 03:35
-
Thank you i have same thing in my mind any other alternate solution ? – SHASHIDHAR MANCHUKONDA Dec 19 '13 at 03:44
-
1I can't think of any other alternate. Services are best to work with in these cases. If you want a good example I can post one. – Rakeeb Rajbhandari Dec 19 '13 at 04:06
-
Please post the example – SHASHIDHAR MANCHUKONDA Dec 19 '13 at 05:16