This is a simple Android native app built with Jetpack Compose, demonstrating how to implement a Navigation Drawer that opens and closes using Compose's ModalNavigationDrawer.
Modern Android app using Jetpack Compose
Navigation Drawer implementation
Open/Close drawer using UI controls
Clean, minimal UI structure
Written in Kotlin
Kotlin
Jetpack Compose
Material3 Design Components
add ScaleX, scaleY as per your need
modifier = Modifier .graphicsLayer( translationX = translationX.toFloat(), scaleY = scale, scaleX = scale )