Mehedi Hassan Piash | Senior Software Engineer | Android | iOS | KMP | Ktor | Jetpack Compose | React-Native.

September 09, 2023

Exit alert in the compose app

September 09, 2023 Posted by Piash , No comments
 Alert dialog in the compose app is a little different from what we used to in our XML code in the Android ecosystem. So let's see how it works in our compose app.Exit alert in compose app.Here is the composable component we use for our alert dialogimport androidx.compose.material.AlertDialogimport...