登录
首页 » Android » Android OnClickListener监听接口用法范例

Android OnClickListener监听接口用法范例

于 2023-05-27 发布 文件大小:36.43 kB
0 99
下载积分: 2 下载次数: 1

代码说明:

Android OnClickListener监听接口用法范例,基础级的例子,   Button button = (Button) findViewById(R.id.Button01);//获取屏幕中的按钮控件对象   button.setOnClickListener(//为按钮对象添加OnClickListener接口实现    //OnClickListener为View的内部接口,其实现者负责监听鼠标点击事件   new View.OnClickListener(){   public void onClick(View v){   LinearLayout ll=(LinearLayout)findViewById(R.id.lla);//获取线性布局对象   String msg=LinearActivity.this.getResources().getString(R.string.button);   Button tempbutton=new Button(LinearActivity.this);//创建一个Button对象   tempbutton.setText(msg+(++count));//设置Button控件显示的内容   tempbutton.setWidth(80);//设置Button的宽度   ll.addView(tempbutton);//向线性布局中添加View   System.out.println("========= count"+count);

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CH06
    Android sdk开发范例大全(第二版)第6章节
    2013-08-02 11:12:28下载
    积分:1
  • Android
    2022-01-26 04:47:16下载
    积分:1
  • android view Animaton 动画例子
    android view Animaton 动画例子
    2015-06-26下载
    积分:1
  • android 转盘抽奖程序源码 很容易扩展
    android 转盘抽奖程序源码 很容易扩展
    2014-01-02下载
    积分:1
  • 列表控件下拉刷新
    列表控件下拉刷新,使用自定义控件实现列表框控件上拉、下拉刷新,你可以在上拉、下拉事件添加自己的事件,比如网络访问等等等,很精彩的源代码,希望大家喜欢
    2022-06-21 00:40:41下载
    积分:1
  • multisim函数信号发生器
    基于Multisim10的函数信号发生器 1. 信号频率范围 1Hz~100kHz; 2. 输出波形应有: 方波、三角波、正弦波
    2019-04-16下载
    积分:1
  • Android视频压缩
    Android视频压缩技Android视频压缩技Android视频压缩技Android视频压缩技
    2023-08-13 18:00:03下载
    积分:1
  • Android 蓝牙连接,解决数据报文分段 实例源码
    Android 蓝牙连接,解决数据报文分段 实例源码
    2014-08-29下载
    积分:1
  • LinkGame
    能实现电脑端双人连连看游戏,里面已设置好关卡,只有在规定时间内通过游戏关卡才能进入下一关,否则游戏失败,同时进行倒计时。(It can realize the double-player continuous watching game on the computer side. The game has been set up a checkpoint. Only through the game checkpoint in the prescribed time can we enter the next level, otherwise the game will fail and the countdown will be made at the same time.)
    2019-04-03 15:34:59下载
    积分:1
  • android webview 与js 交互例子源码下载(相互调用)
    android webview 与js 交互例子源码下载(相互调用)
    2015-05-05下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载