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
A static class cannot see private fields of another class. You will need to use getActivity().getActionBar() to retrieve it.
getActivity().getActionBar()