How service is implemented?



How service is implemented?..

Answer / 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

More Android OS Interview Questions

What is idl (interface definition language)?

1 Answers  


Explain me what is a broadcast receiver?

1 Answers  


What is a marshmallow in android?

1 Answers  


Who made android os?

1 Answers  


Can I use my android phone as a bootable usb?

1 Answers  


What is anim/ directory?

1 Answers  


 How is Mono for Android licensed?

1 Answers  


What are android products?

1 Answers  


What is an implicit intent?

1 Answers  


What is mipmap/ directory?

1 Answers  


what are types are supported by adil in android programming?

1 Answers  


how will you display database tables in an activity?

1 Answers  


Categories