摘要:
http://daimajishu.iteye.com/blog/1088680 阅读全文
posted @ 2011-11-16 17:27 Oliver'blog 阅读(266) 评论(0) 推荐(0)
|
|
|
|
摘要:
http://daimajishu.iteye.com/blog/1088680 阅读全文
posted @ 2011-11-16 17:27 Oliver'blog 阅读(266) 评论(0) 推荐(0)
摘要:
方法一:内部类 public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); myButton=(Button)findViewById(R.id.myButton); //监听器加入 myButton.setOnClickListener(new MyButtonLintener());}class MyButtonLintener implements ... 阅读全文
posted @ 2011-11-16 10:44 Oliver'blog 阅读(758) 评论(1) 推荐(0) |
|