In My application have activity with fragment and another activity with fragment if user press back button from second activity fragment .It should go to first activity fragment I have tried using in fragment
getActivity.finish()
In activity finish()
I am getting fragment Instantiate exception
Thanks