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 is the difference between service and intentservice?
What is the google android sdk?
Define the application resource file in android?
What is difference between serializable and parcelable ?
What do you know about aidl?
Explain the characteristics of android
Explain progressdialog in android?
What is raw/ directory?
How to create emulator on android?
What does android os mean?
What are broadcast receivers?
What are the different data types supported by aidl?