Answer Posted / maanya
A service is a component that runs in the background. It is used to play music, handle network transaction etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is timepickerdialog in android?
You must declare all application components in manifest file in this way?
What is gcm (google cloud messaging)?
What is drawable folder in android?
What is ddms?
What is shared preferences in android?
Does Android support the Bluetooth serial port p roflle?
Under what condition could the code sample below crash your application? How would you modify the code to avoid this potential problem? Explain your answer. Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage); sendIntent.setType(HTTP.PLAIN_TEXT_TYPE); // "text/plain" MIME type startActivity(sendIntent);
What is 9 Patch Image? when to use it? in Android?
What are the different data types supported by aidl?
What is new with android pie?
Can you deploy executable jars on android? Which package is supported by it?
Tell me how to avoid anr status?
What is the procedure to check status of an activity in android?
What are handlers?