Answer Posted / mady
A class (Intent) which describes what a caller desires to do. The caller will send this intent to Android's intent resolver, which finds the most suitable activity for the intent. E.g. opening a PDF document is an intent, and the Adobe Reader apps will be the perfect activity for that intent (class).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the importance of setting permissions in application development in Android programming?
What is adt stand for?
What is an application resource file?
How is nine-patch image different from a regular bitmap?
What are few exceptions in android?
How are escape characters used as attribute?
What is .idea/ directory?
What are the steps that are required in service lifecycle?
Why did we open the android source code? What is the guardian app for android?
Does Android support the Bluetooth serial port p roflle?
What do you mean by service in android?
How do I manually update my android?
Explain activity component of android?
What is an Implicit Intent in Android?
How to send sms in android?