程式印象
用程式化思考讓你變超人。
2011年3月2日 星期三
Creating Toast
Context
context
=
getApplicationContext
();
CharSequence
text
=
"Hello toast!"
;
int
duration
=
Toast
.
LENGTH_SHORT
;
Toast
toast
=
Toast
.
makeText
(
context
,
text
,
duration
);
toast
.
show
();
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言