본문 바로가기

Android(Kotlin)

[Kotlin][Android] 토스트 메세지 띄우기

Toast.makeText(this, "안녕", Toast.LENGTH_SHORT).show( )