Introduction A few days ago I received the task — display the Snackbar in case of the API call is finished with the error, like InternalServiceError, BadGateway or NotFound. As I didn’t work with the Snackbar before in Jetpack Compose, I started to search the best practices of its implementation…