I have three activity, my first activity is of ListView. Clicking ListView it goes to second Activity. And second activity leads to edittext of third activity. i want to get Listview string to third activity into an if else statement as if it is an user input.
if (number<=99 )
{
txt.setText("STD অনলাইন নাম্বারঃ\n" + (I want first Activity Listview String here) "0040000" +etx.getText());
}
How can i get it?