Snackbar in Android provides a feedback to an operation. This is the preferred way to notify users about an action compared to the older toast messages. With Jetpack Compose, the way we build and show snackbar is slightly different from the traditional view system. I would like to show you