Navigation Component (Jetpack-இன் பகுதி) அப்பிலிகேஷன் உள்ளே நேவிகேஷன் கையாள பரிந்துரைக்கப்பட்ட வழி — இலக்குகளுக்கு (fragments அல்லது composables) இடையே நகர்வது ஒற்றை-Activity கட்டுமான சாரmaine உள்ள. இது நேவிகேஷன் தர்க்கத்தை மையப்படுத்துகிறது மற்றும் back stack, arguments, மற்றும் deep links கையாள்கிறது.
இது என்ன வழங்குகிறது
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)
