Which of the following Android components represents a background service without a user interface, designed to perform long-running tasks like fetching web data or playing audio?
Explanation:
An Android 'Service' is an application component designed to handle background tasks (like music playback or network synchronization) without an explicit user interface.
No comments yet. Be the first to start the discussion!