Navigation Helper

The NavigationHelper class is useful to manage the navigation between the MainActivity and the ItemScreen 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: ItemScreen, val icon: ImageVector, val name: StringResource, val onFabClick: (ItemScreen) -> Unit = { screen.executeFabAction() }, val content: @Composable ColumnScope.(ItemScreen) -> Unit = { screen.ShowContent() })

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

Functions

Link copied to clipboard
@Composable
fun BottomNavigationBar()

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