InterviewSolution
Saved Bookmarks
| 1. |
Explain the term Intent. |
|
Answer» An Intent can be described as an ‘INTENTION’ to do an ACTION. It’s a message to INFORM developers about the activity they did or if SOMETHING that to happen. Applications and OS will react accordingly to the intent. Android has two types of intent:
|
|