Il-Navigation Component (parti minn Jetpack) hija l-mod rakkomandat biex tiddawwar in-navigazzjoni intra-applikazzjoni — il-moviment bejn id-destinazzjonijiet (fragments jew composables) f'arkitettura b'Activity waħda. Tittentralizza l-loġika tan-navigazzjoni u tiddawwar il-back stack, argumenti, u deep links.
X'tipprovdi
The Navigation Component manages navigation within the app:
→ a NAV GRAPH defines destinations (screens) and the actions (paths) between them
(visually/declaratively — one place to see all navigation)
→ a NavController performs navigation; handles the BACK STACK automatically
→ type-safe ARGUMENT passing (Safe Args); deep linking support
→ Designed for SINGLE-ACTIVITY architecture (one activity, many fragment/composable destinations)
