My problem is:
I have 2 classes:
- FirstActivity.java
- SecondActivity.java
When I click on fab button on FirstActivity i want to pass a String variable to SecondActivity and go to SecondActivity. In SecondActivity, I will receive that String and Toast it up.
How can I do this ? Thanks you so much
 
     
     
    