Android – Send object from one activity to another Activity using Intent

Here is a simple example about how to pass custom class object from one activity to another activity. To pass an object, your custom class object must be serialized, to … Continue reading Android – Send object from one activity to another Activity using Intent