adspace
Answer Posted / Anuricha Yadav
A service in Android is a component that can perform long-running operations like playing music, downloading data from the internet etc. It doesn't provide a user interface. A service is started and stopped as needed. To implement a service, extend the Context class or Service class and override necessary methods such as onCreate(), onStartCommand(), onDestroy() etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers