You can pass primitive data, like integers, strings, booleans and array lists between activities.
You can also pass Serialized object between activities. We showed you how in a previous tutorial. In this tutorial, we show you how to use the Parcelable interface to pass objects between activities.