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…
Mobile App Development
0
Creating a Form using Jetpack Compose and Material Design 3 | by Waseef Akhtar | Sep, 2023
5. Next, we’re going to create a text field for the medication name, by creating a new text label as well as a text field where user can enter the medication name. We’re also going to store the medication name as a value when the…