Android Development: The Navigation Architecture Component

Android Development: The Navigation Architecture Component

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 0h 48m | 150 MB

Android Jetpack, which was announced at Google I/O 2018, is a collection of Android software components. One of these components—Navigation Architecture— has the potential to radically shift the way that apps are architected by simplifying the implementation of navigation between destinations in an app. In this course, David Gassner takes a first look at this exciting Android Jetpack feature. David walks learners through what the Navigation Architecture component is and how to add navigation to an activity. He also details how to add fragments as destinations, pass data to a destination, navigate using actions, and more.

Table of Contents

Introduction
1 Manage navigation with Android Jetpack
2 What you should know

Navigation with the Architecture Component
3 Explore the Navigation Architecture Component
4 Create a starting project
5 Add navigation to an activity
6 Add fragments as destinations
7 Navigate to destinations
8 Pass data to a destination
9 Navigate using actions
10 Pass parameters using safeargs
11 Create a deep link to a destination

Conclusion
12 Next steps