Skip to content Skip to sidebar Skip to footer

String Back From Bundle

From 1st ACTIVITY Intent IntentButton = new Intent(); IntentButton.setClass(this, PaliActivity2.class); IntentButton.putExtra('EditText123', EditText1.getText().toString()); startA

Solution 1:

Answer :

Strings= BundleFrom1.getString("EditText123");

please name the variables with lower chase beginning

Post a Comment for "String Back From Bundle"