I have a class TestFragment which extends Fragment,from this Fragment I have started Activity1
and from Activity1 i have started Activity2,Now i am in Activity2 want to go to TestFragment
when a button inside Activity2 is clicked and i want to update the UI in TestFragment