Home > Back-end >  How to make Snackbar with custom layout in Kotlin without external libraries?
How to make Snackbar with custom layout in Kotlin without external libraries?

Time:07-04

I'm trying to create a custom Snackbar using my own custom layout but all examples I see, people use external libraries. Is it possible to do it without using any library?

CodePudding user response:

It's not that hard to make Snackbar with custom layout without libraries. But in large scale projects from my experience is much better to use them). Anyway there is a video which shows how to make it:

https://www.youtube.com/watch?v=GwIGAkxuTmI

  • Related