Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

android pass object to activity

Intent intent = new Intent(fromClass.this,toClass.class).putExtra("myCustomerObj",customerObj);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #android #pass #object #activity
ADD COMMENT
Topic
Name
6+5 =