Hoangnguyen0403 Agent Skills Standard Android Navigation

Android Navigation (Jetpack Compose)

tomevault-io Updated

File contents

Android Navigation (Jetpack Compose)

Priority: P2 (OPTIONAL)

Navigation and deep linking using Jetpack Compose Navigation.

Guidelines

  • Library: Use androidx.navigation:navigation-compose.
  • Type Safety: Use sealed classes for routes, never raw strings.
  • Deep Links: Configure intent-filter in Manifest and deepLinks in NavHost.
  • Validation: Validate arguments (e.g., proper IDs) before loading content.

Anti-Patterns

  • No String Routes: Use Screen.Product.route instead of "product/$id".
  • No Unvalidated Deep Links: Check resource existence before rendering.
  • No Missing Manifest: Deep links require autoVerify=true intent filters.

References

  • Navigation Patterns

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/hoangnguyen0403--agent-skills-standard--android-navigation commit 1a6e41c8ac

Frequently asked questions

npx skillmds@latest add tomevault-io/hoangnguyen0403-agent-skills-standard-android-navigation