What are the four component kinds that Android support?
Activities, Services, Content Providers and Broadcast Receivers
What is an activity?
A single thing a user does
What is an intent?
An intent is a messaging object you can use to request an action from another app component
What are the advantages of open intents?
What are the disadvantages of open intents?