I have tasks in my application that run in the background. These tasks can be performed for a long time an hour or more.
There are two questions:
1) I need to show the user the status of the task. How to do this? Every time create a notification? What is the best practice how to solve this issue?
2) Is it possible to make that intent service performs the task to the end and not be disconnected?