Tag: notification
-
Displaying notifications and progress bar from an instance of AsyncTask
The AsyncTask class is used to perform background tasks and it might be useful to show notifications and progress bars to alert the user. In this post I write an example where I create two AsyncTask instances showing a startup notification, a progress bar and a notification of completed task