본문 바로가기
Android/Kotlin

Kotlin에서 Toast 띄우기

by 등촌동 꼬북이 2020. 10. 29.

쉽다..

 

        Toast.makeText(this, "하이", Toast.LENGTH_LONG).show()

댓글