getintent() from object alled from intent android code example
Example 1: android pass object to activity
Customer customerObjInToClass = getIntent().getExtras().getParcelable("myCustomerObj");
Example 2: activity get extras
Intent intent = getIntent();