What is a service?
Answer / mady
A service doesn’t have a visual user interface, but rather runs in the background for an indefinite period of time.
For example, a service might play background music as the user attends to other matters, or it might fetch data over the network or calculate something and provide the result to activities that need it.Each service extends the Service base class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What android means?
how to fetch a contact person number from contact application using content provider?
Is donut a version of android os?
Tell us something about nine-patch image.
What is gradlew.bat?
How do you access the string resource stored in the strings.xml file?
what are types are supported by adil in android programming?
What are the measures to avoid application anr?
how to do inter-thread communication in android, using handlers?
What is an Intent?
What does @override mean in android?
What is the use of intent in android?