Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] Add top level navigation #5

Closed
masoomyf opened this issue Jun 9, 2024 · 0 comments
Closed

[Android] Add top level navigation #5

masoomyf opened this issue Jun 9, 2024 · 0 comments
Assignees

Comments

@masoomyf
Copy link
Owner

masoomyf commented Jun 9, 2024

  • Add compose navigation library
  • Add MainApp composable function scaffolding
  • Setup navigation controller, navigation graph bottombar, and destinations.
    • Add NavGraph(modifier, navController, startDestination) composable in which nav host with all composable screen were present.
    • Define AppDestinations routes and AppNavigationActions class in which there should be function to navigate top level destination.
    • In MainApp composable, define top level destination's route list.
    • Create sealed class for destination, and sub-object for each destination.
@masoomyf masoomyf self-assigned this Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant