This week's lecture covers the following questions:
What is the Android Navigation Architecture Component?
What problems is it trying to solve?
How to create a navigation graph?
How to add new destinations and actions to your navigation graph?
How to navigate to a new Fragment using the NavController?
How to update your AppBar based on navigation changes?
How to implement a BottomNavigationView?