Introduction
Sometimes you want to send information from one screen to another in your app. Passing data between activities lets you do that easily.
You want to send a username from a login screen to a welcome screen.
You need to pass a selected item from a list screen to a detail screen.
You want to share user input from one form to another screen for confirmation.