-
调用Button
1.res-layout: android:onClick="Button"
2.src:public void Button(View view){ Toast.makeText(this,"内容",1).show(); }
-
匿名类
src:
Button b1; b1=(Button)findViewById(R.id.button); b1.setOnClickListen(new OnClickListen){ Toast.makeText("文件名".this,"内容",1).show();}
-
内部类
src:
Button b1; b1.(Button)findViewById(R.id.button); button button=new Button(); b1.setOnClickListen(button); class button impements OnClickListen{ public void OnClick(View arg0){ Toast.makeText("文件名".this,"内容",1).show();}
吐司Toast
Posted singlexc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了吐司Toast相关的知识,希望对你有一定的参考价值。
以上是关于吐司Toast的主要内容,如果未能解决你的问题,请参考以下文章