How can I pass an object of a custom type from one Activity to another using the putExtra() method of the class Intent?
putExtra()
if your object class implements Serializable, you don't need to do anything else, you can pass a serializable object. that's what i use.
Serializable