create toast android kotlin code example
Example 1: toast in kotlin
Toast.makeText(applicationContext, "Hello", Toast.LENGTH_LONG).show()
Example 2: kotlin toast.maketext
Toast.makeText(this, ".....", Toast.LENGTH_SHORT).show
Example 3: toast in kotlin
Toast.makeText(this, "Sign in", Toast.LENGTH_LONG).show()