Passing data between activities in Android require you to use the Intent class. Using the putExtra method of the Intent class you can send data from one activity to another activity in android. The intent is the class you use to start an activity in android This class can also be used to pass data from one activity to another activity. Watch the video to learn with an example.
Read here (with code) - / sending-data-to-another-activity-is-that-e...