I am developing a work order app for team works on the field. This app listens to server for work order.
I want this particular processing :
- When I close the last window, my app must run in background.
- Then, if my app catches a work order, it should give the user a notification.
- Then the user touches the notification : the program must re-open.
How can I achieve that?