I have one main activity and four fragments, I want to set titles for those fragments.
I use this one in all fragments ((AppCompatActivity)getActivity()).getSupportActionBar().setTitle("Fragment Title");
but when I press back button and come to the main screen, the title remain same from previous fragments.
Please help me fix this quick.
Thanks