InterviewSolution
Saved Bookmarks
| 1. |
What is an intent? |
|
Answer» An intent is a messaging object that is USED to request an action from other components of an APPLICATION. It can also be used to LAUNCH an activity, send SMS, send an email, display a web page, etc. It shows notification messages to the user from WITHIN an Android-enabled device. It alerts the user of a particular STATE that occurred. There are two types of intents in Android:
|
|