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 |
What is idl (interface definition language)?
Explain me what is a broadcast receiver?
What is a marshmallow in android?
Who made android os?
Can I use my android phone as a bootable usb?
What is anim/ directory?
 How is Mono for Android licensed?
What are android products?
What is an implicit intent?
What is mipmap/ directory?
what are types are supported by adil in android programming?
how will you display database tables in an activity?