Drawer Navigation using Material 3 in Jetpack Compose | by Saqib | Sep, 2023
Explaining Material3 APIs for Navigation Drawer As mentioned before Material 3 provides explicit Apis for Drawer Navigation, first we will see in brief what those APIs are and later will implement them. The main Composable provided by Material3 is ModelNavigationDrawer mentioned below. Let’s see important…
Seamless Navigation Between Pager and Standalone Composables in Jet Pack Compose | by Nirbhay Pherwani | Jul, 2023
Passport Composable Pager, in the context of Android development, refers to a user interface component that allows users to swipe or scroll through a set of pages or items in a horizontal or vertical manner. It is a common design pattern used to display a…
Screen Transition Animations with Jetpack Navigation | by Alejandro Zurcher | Jul, 2023
The main goal is to be able to respond to the click of the movie poster, navigating to a detailed view of it. In this case, the detailed view simply consists of an expanded version of the poster. When diving deeper into the code, we…