Jetpack Compose Full Screen Dialog with Source Code
This is a Jetpack Compose full-screen dialog design. It shows a “Congratulations! you have won a medal” message with an image. The dialog is made with composables like Surface, Column, Icon, Text, and Button. The Surface needs a child which is the Column. I put everything inside the Column. Its children are arranged at the … Read more