Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to pass string between activities android

Bundle extras = getIntent().getExtras();
if(extras !=null) {
    String value = extras.getString("KEY");
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pass #string #activities #android
ADD COMMENT
Topic
Name
4+6 =