Package-level declarations
Functions
Link copied to clipboard
fun HomeScreen(viewModel: HomeViewModel = hiltViewModel(), navController: NavHostController = rememberNavController())
The Home Screen is the application's entry point and acts as a container for navigation to other screens. It displays a toolbar with dynamic content based on the current screen, a bottom bar for quick access to main sections, and a floating action button for adding photos.