Android Parcelable Interface Demo Parcelable Interface helps to pass the object as data to another activity easily. Components Used RecyclerView CardView Intents Description In this project I show how to transfer particular object to another Activity onclicking the particular item in the list. Output Main Activity Second Activity