본문 바로가기

Android

[Android] Toast 메세지 띄우기 (feat. 코드한줄)

안드로이드(Android) Toast 메시지 띄우기

Toast.makeText(getApplicationContext(), "출력할 문자열", Toast.LENGTH_LONG).show();