Showing posts with label How to set alarm in android programmatically.. Show all posts
Showing posts with label How to set alarm in android programmatically.. Show all posts

Saturday, 2 January 2021

How to Set Alarm in Android Studio Programatically

 How to set alarm in android studio , here we see how to set alarm at selected time and play alarm selected time. First you have to add permission for alarm wake_lock.

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...