I have this problem. In my Activity (TripActivity.java) I have extracted a string from a URL. Then, when I press a button in my activity I want that the string extracted should be inserted in a textview in the second activity (EventActivity.java). The string that I want to transmit is linkText. I tried with putExtra but it doesn't work. I have this problem. In my Activity (TripActivi