Navigation in Jetpack Compose
Learn how to use the Navigation component to build more complex apps with more screens and how to navigate and pass data between different composables.
Go back
Introduction to Navigation and Cupcake App
Welcome to pathway 2! In this pathway you will learn about the Jetpack Navigation component! You will take the existing Cupcake app and add the Navigation component to it.
Test the Cupcake app
Learn how to test the Navigation component and maximize code test coverage.
What's next?
Great job with completing the second pathway in Unit 4! In this pathway, you learned about the Jetpack Navigation component which is a key library to build apps with more screens and to navigate between them.