Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to send int value from one actvi to another in android

Intent myIntent = new Intent(A.this, B.class);
myIntent.putExtra("intVariableName", intValue);
startActivity(myIntent);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #send #int #actvi #android
ADD COMMENT
Topic
Name
5+3 =