News Activity
Explore how to set up navigation components in an Android news app's activity. Understand the implementation of a navigation drawer with ActionBarDrawerToggle, handling user actions, and linking to external destinations. This lesson helps you manage navigation functionality and UI synchronicity within your app.
We'll cover the following...
We'll cover the following...
Setting up navigation components
In this lesson, we’ll learn how to set up navigation components in our activities. Since we’ve already connected our bottom navigation bar to the navigation graph, we’ll use the components to create different destinations for the navigation drawer.
Adding destinations to the navigation drawer
To ...