Introduction

Welcome to the second module: “Navigation with Jetpack Compose”.

In this first lesson, you’ll learn about the navigation component and key concepts you can use to set up navigation in your app.

The lesson will cover the following navigation concepts: — Controller — Host — Graph

The navigation component, part of the popular suite of libraries known as Android Jetpack, helps developers design navigation in their Android app so users can navigate across different screens/parts of the app.

See forum comments
Download course materials from Github
Next: Instruction