0 votes
in Android by
What is a service in Android?

1 Answer

0 votes
by

Service is an application component that facilitates an application to run in the background in order to perform long-running operations without user interaction. A service can run continuously in the background even if the application is closed or even after the user switches to another application.

Related questions

0 votes
asked Jan 1 in Android by DavidAnderson
0 votes
asked Jan 1 in Android by DavidAnderson
...