It is a component that run in background without interaction with user.It has no user interface
1- A Service is an application component . 2- its perform a longer-running operation 3- Unaffected by activity switching. 4- always run in background and using main thread.
A service is a component that runs in the background to perform long-running operations without needing to interact with the user.
