I have an activity with three fragment classes inside it. I get an error when trying to change the action bar title from inside of them. If I try to make the classes just pu
@Robert Estivil If you are using AppCompatActivity then use this:
AppCompatActivity
actionBar = ((AppCompatActivity)getActivity()).getSupportActionBar();