How can I pass an object of a custom type from one Activity to another using the putExtra() method of the class Intent?
putExtra()
Easiest and java way of doing is : implement serializable in your pojo/model class
Recommended for Android for performance view: make model parcelable