Summary
In this chapter, we learned how to navigate between screens within our Restaurants application. We did that easily with the help of the Jetpack Navigation component library.
We started off by learning the basics of the Jetpack Navigation library and understood how easy our life becomes when having to handle navigation back stacks. Afterward, we created a new screen, implemented the Navigation library, and explored how seamless it is to add navigation between composables. Finally, we added support for deep links and made sure to test such a deep link within our app.
Next up, it's time to focus on improving the quality and architecture of our Restaurants application.