/Snackbar

a best way to take user ;s feedback after any action

Primary LanguageJava

Snackbar

a best way to take user ;s feedback after any action

Generally after an action is performed and some feedback is required from the user,. Snackbar appears

Snackbars provide lightweight feedback about an operation. They show a brief message at the bottom of the screen on mobile and lower left on larger devices.

Snackbars appear above all other elements on screen and only one can be displayed at a time.

They automatically disappear after a timeout or after user interaction elsewhere on the screen, particularly after interactions that summon a new surface or activity. Snackbars can be swiped off screen.

or we can swipe snackbar and can make it disappear

                                              - myJarvis