Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 379 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 379 Bytes

Android Intents

Android Intents are how apps communicate with the operating system and with each other.

They are the “glue” between activities. Using intents, you can adjust your app's user experience or
ask other apps to perform common actions: taking photos, sending emails and SMS messages, and
even displaying locations on maps and playing media.