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

Spineer View to text view in Android Studio(Java)