Showing posts with label Snack bar in Android Kotlin. Show all posts
Showing posts with label Snack bar in Android Kotlin. Show all posts

Friday, 7 March 2025

Snackbar in Kotlin

How to show snackbar in place of toast message , below is the code for showing snackbar in kotlin. Below code is put in Utils.kt  (common file) or you can write this code in current activity also , but when we need this function multiple time so we use common function and write this code in Utils.kt .


Snackbar in Kotlin

How to show snackbar in place of toast message , below is the code for showing snackbar in kotlin. Below code is put in Utils.kt  (common fi...