Top "Snackbar" questions

Snackbars provide lightweight feedback about an operation.

Kotlin create a snackbar

We are trying to create a Snackbar. The code from a Java app was converted using the Java to Kotlin …

android kotlin material-components-android snackbar
Android Support Library Snackbar with indefinite length

I see that the Snackbar will only take either LENGTH_LONG or LENGTH_SHORT when determining the length of its …

android snackbar
Can we perform 2 different actions in Snack bar at a time in android?

I am creating an android application in which i want to use Snack Bar, In a that snack bar i …

android android-snackbar snackbar
Add margins to Snackbar view

I'm updating my current app to use snackbars, in the Google spec they show various ways of using them http://…

android android-layout android-snackbar snackbar
How to use SnackBar on service to use in every component in Angular 2

I have a working snackbar, but it is only on each component, I want to add it on my service …

angular angular-material2 snackbar
Display Snackbar without CoordinatorLayout

I have Displayed Snackbar using CoordinatorLayout but in some layout i did't used CoordinatorLayout layout and i want to display …

android snackbar
Flutter snackbar dismiss on SnackBarAction onPressed

I want to dismiss SnackBar on SnackBarAction's onPressed method. I tried with Navigator.of(context).pop(); but SnackBar is not …

dart flutter snackbar
Android SnackBar: error inflating SnackbarLayout

I wanted to try out the new Snackbar from the official design library provided by Google. Its usage is very …

android android-layout android-design-library snackbar
How to show snackBar without Scaffold

I am trying to show snackbar in my app to notify User but without scaffold it shows me error. My …

flutter dart flutter-layout snackbar
Android Snackbar NullPointerException in Fragment

I want to add a basic snackbar to my application but i have received an error that i couldn't figure …

android snackbar