InterviewSolution
Saved Bookmarks
| 1. |
What is a service in Android? |
|
Answer» 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. |
|