I have this navigation-drawer with fragments. I want that every time I go to a section of this, change the title above in the image it says "Usario"
Image of Navigation Drawer
Try this
((AppCompatActivity) getActivity()).getSupportActionBar().setTitle("Usario");