NavigationHelper

The NavigationHelper class is useful to manage the navigation between the MainActivity and the Screen of items No-any params required

Author

N7ghtm4r3 - Tecknobit

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class NavigationTab(val screen: Screen, val icon: ImageVector, val name: Int, val onFabClick: (Screen) -> Unit = { screen.executeFabAction() }, val content: @Composable ColumnScope.(Screen) -> Unit = { screen.ShowContent() })

The NavigationTab data class represents the navigation tab used by the NavigationHelper to display the Screen

Functions

Link copied to clipboard

Function to create the bottom navigation bar to navigate in the application