-1

Snackbars were components in the material design guidelines. I am implementing snack bar for android L but I found it as a library. Is it available in android L preview sdk? Please help me, thanks in advance.

craig.kaminsky
  • 5,588
  • 28
  • 31
sai
  • 2,562
  • 8
  • 31
  • 46
  • It is not available as part of the SDK, see my answer http://stackoverflow.com/a/25828111/1232023 – wmora Oct 25 '14 at 12:51
  • With the design support library the Snackbar is finally officially released: http://stackoverflow.com/questions/30520625/how-to-use-the-snackbar-of-android-design-support-library/30522882#30522882 – Gabriele Mariotti May 29 '15 at 07:02

2 Answers2

1

There does not appear to be a Snackbar implementation in the current "L" Developer Preview. At least, one does not appear in the JavaDocs for the "L" Developer Preview.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
1

Snackbars support was recently added to Android Support Library revision 22.2.0: https://developer.android.com/reference/android/support/design/widget/Snackbar.html

ljmelgui
  • 970
  • 1
  • 11
  • 24