android - What Does Intent.putExtra will do -


i new android , use intents transfer data 1 activity another. wanted know whether object reference or object copy sending second activity.

intent.putextra sends copy of object not same reference when intent make new reference there


Comments