Toast Message in Kotlin

 val text = "Register"

val duration = Toast.LENGTH_SHORT

val toast = Toast.makeText(applicationContext, text, duration)
toast.show()

Comments

Popular posts from this blog

Gride View in Firebase

Register in kotlin

Check Permission in Android Studio