Component - NavHost and NavController
This UI component manages navigation between different screens in an Android app. NavHost acts like a container that shows the current screen, while NavController controls which screen is shown and handles moving between screens.