What is the services component of android?
Answer / Narendra Pratap Singh
Services are background components in Android that perform long-running operations, run without user interaction, and continue running even when their client (the activity) is closed. They can be started, stopped, and bound to by other application components.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the dagger symbol used for?
What are the basic tools used to develop an android app?
Explain sensors in android.
What do you mean aidl?
Explain briefly what is meant by activities?
Please explain the ontrimmemory() method?
Can an application be started on power up in Android?
1 Answers TryTechnicals Pvt Ltd,
What is broadcast receiver component of android?
How to send sms in android?
Why is it called android oreo?
How to build a url from uri?
What are the four essential states of an activity?