specify what it wants to happen (ie : start a new Activity) Intent objects can also contain data to be passed to other Activities When you launch a new activity, you can also specify that you want to wait for data to come back when the activity finishes
startActivityForResult(intent, 100)
onActivityResult(int requestCode, int resultCode, Intent data)