-1

How one can have Toast/Snackbar notification UI like Twitter Toast/Snackbar notification in android studio (java or kotlin)?

enter image description here

C.F.G
  • 817
  • 8
  • 16

1 Answers1

0

I think the closest to your wanted Snakcbar is the following that you can find it in this GitHub page (SnackbarUtils). (Author: HuanHaiLiuXin) enter image description here

C.F.G
  • 817
  • 8
  • 16