Build: MainScreen
A screen with a bottom navigation bar to switch between Home, Search, and Profile sections.
Target UI
┌─────────────────────────────┐ │ MainScreen │ │ │ │ [Content Area] │ │ │ │-----------------------------│ │ Home | Search | Profile │ └─────────────────────────────┘
Add a BottomNavigationView with three items: Home, Search, Profile
Switch displayed text in the content area based on selected item
Highlight the selected item in the bottom navigation bar