I am using
Window w = getWindow(); w.setTitle(\"My title\");
to change title of my current Activity but it does not seem to work.
I'm using Android Studio 3.0.1.
WIth an Activity:
setTitle("Title Text");
Inside a fragment:
getActivity().setTitle("Title Text");