I am using the new Navigation component from Android Jetpack.
The root Activity setup is quite simple:
override fun onCreate(savedInstanceState: Bund
Title can be changed in fragment using:
((AppCompatActivity) requireActivity()).getSupportActionBar().setTitle("Hello");