Android/Kotlin

Kotlin에서 Toast 띄우기

등촌동 꼬북이 2020. 10. 29. 17:07

쉽다..

 

        Toast.makeText(this, "하이", Toast.LENGTH_LONG).show()
저작자표시 (새창열림)