Computer Science/Android
Android toast
Lunker
2013. 10. 25. 11:56
static Toast makeText( Context context, 문자열, 지속시간 )
- context : 메시지를 출력하는 주체인 Context.
ex) Toast.makeText(this, " hi " , Toast.NEGTH_LONG).show();