Loading practice questions
What is an Android Service?
Correct Answer: D — A component for performing background tasks
Explanation:
An Android Service is a component used to perform long-running background tasks without requiring user interaction. It runs independently of an Activity and can operate even when the app is not in the foreground.