After a few months, I found something that seems unusually tricky with #JetpackCompose: Snackbars. I'm struggling to find a good doc page, or a tutorial that works with latest Compose 🤔

@ivanmorgillo FWIW, my newsletter archives have https://proandroiddev.com/advanced-work-with-the-snackbar-in-the-jetpack-compose-9bb7b7a30d60 from October and https://blog.devgenius.io/snackbars-in-jetpack-compose-d1b553224dca from July. Everything else there on Snackbar is a lot older.

The former points to https://github.com/SergeiMikhailovskii/fitnest-kmm, which seems to be up to date and uses the Material3 edition of Snackbar.

Advanced work with the Snackbar in the Jetpack Compose

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…

ProAndroidDev
@ivanmorgillo What are you struggling with?