Services
A Service is an application component that can perform long-running operations in the background, and it doesn't provide a user interface.
A Service:
- is decoupled from the user interface
- exists even when there is no user interface
A Service is an application component that can perform long-running operations in the background, and it doesn't provide a user interface.
A Service: