I have two activities with fragment1 inside activity1 and fragment2 inside activity2
fragment1 and fragment2 extend from Fragment activity1 and activity2 extend from AppCompatActivity
i want to send String value from fragment1 to fragment2 without getting Null value. I hope you understand the problem. thanks