easies way to display message on phone in kotlin code example
Example: toast in kotlin
Toast.makeText(applicationContext, "Hello", Toast.LENGTH_LONG).show()
Toast.makeText(applicationContext, "Hello", Toast.LENGTH_LONG).show()