Today I learned how to implement the navigation for different screens on Android Studio. Some helpful resources from the Android Developers website include the following:
- Get started with the Navigation component (good overview of the page)
- Guide to app architecture (not really helpful for setting up but a good read to better understand setup)
- Navigation framework page (better for a technical overview of this specific framework)
- Get started with the Navigation component (this was the most helpful resource of all as this is the section that directly helps developers use Android Studio functionalities; I’ll definitely be returning to this page in the next few days if I get stuck)