Android 中onClick()如何得到点击的次数?

 我来答
年年好运zhl
2018-03-19 · TA获得超过1.4万个赞
知道小有建树答主
回答量:508
采纳率:100%
帮助的人:14.2万
展开全部

public void onClick(View v){}中写相应的代码,假设定义一个变量,每次点击button让这个变量加1。

1.在布局文件main.xml中创建两个控件:<?xml version="1.0" encoding="utf-8"?<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android 。

2.android:orientation="vertical" > android:layout_width="fill_parent" android:layout_height="fill_parent  。

3.<TextView  android:id="@+id/firstTextView"  android:layout_width="fill_parent"
android:layout_height="wrap_content"  android:text="@string/hello" />。

4<Buttonandroid:id="@+id/firstButton" android:layout_width="fill_parent" android:layout_height="wrap_content"    android:text="@string/firstbutton" />。

5.在java 文件中调用这两个控件,实现按钮计数功能,import android.app.Activity;import android.os.Bundle;import android.view.View;import android.view.View.OnClickListener。

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式