色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

Android實現兩個數相加功能

瀏覽:95日期:2022-09-25 10:39:59

本文實例為大家分享了Android實現兩個數相加的具體代碼,供大家參考,具體內容如下

要實現如圖所示的加法計算器的話,還是比較簡單的,下面直接上demo,有不懂的可以留言交流。

Android實現兩個數相加功能

1、下面是activity.xml的布局文件

<?xml version='1.0' encoding='utf-8'?> <LinearLayout xmlns:android='http://schemas.android.com/apk/res/android' xmlns:tools='http://schemas.android.com/tools' android:layout_width='match_parent' android:layout_height='match_parent' android:orientation='vertical' tools:context='.MainActivity'> <LinearLayout android:layout_width='match_parent' android:layout_height='wrap_content'> <TextView android:layout_width='wrap_content' android:layout_height='wrap_content' android:text='請輸入整數x:'/> <EditText android: android:layout_width='wrap_content' android:layout_height='wrap_content' android:layout_marginLeft='20dp' android:ems='20'/> </LinearLayout> <LinearLayout android:layout_width='match_parent' android:layout_height='wrap_content'> <TextView android:layout_width='wrap_content' android:layout_height='wrap_content' android:text='請輸入整數y:'/> <EditText android: android:layout_width='wrap_content' android:layout_height='wrap_content' android:layout_marginLeft='20dp' android:ems='20'/> </LinearLayout> <Button android: android:layout_width='wrap_content' android:layout_height='wrap_content' android:layout_gravity='center' android:text='確認'/> <LinearLayout android:layout_width='match_parent' android:layout_height='wrap_content'> <TextView android:layout_width='wrap_content' android:layout_height='wrap_content' android:text=' x+y=:'/> <TextView android: android:layout_width='wrap_content' android:layout_height='wrap_content' android:layout_marginLeft='20dp' android:textColor='#0aaaaa' android:ems='20'/> </LinearLayout></LinearLayout>

2、下面是MainActivity.java的代碼

package com.example.hjw.calculator;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import android.view.View;import android.widget.Button;import android.widget.EditText;import android.widget.TextView;public class MainActivity extends AppCompatActivity { private TextView tv1,tv2; private EditText edt1,edt2; private Button btn; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); btn=(Button)this.findViewById(R.id.btn); edt1=(EditText)this.findViewById(R.id.edit1); edt2=(EditText)this.findViewById(R.id.edit2); tv1=(TextView)this.findViewById(R.id.text1); btn.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { String inputText1=edt1.getText().toString(); String inputText2=edt2.getText().toString(); int num1=Integer.valueOf(inputText1).intValue(); int num2=Integer.valueOf(inputText2).intValue(); num1=num1+num2; inputText1=String.valueOf(num1); tv1.setText(inputText1); } }); }}

更多計算器功能實現,請點擊專題: 計算器功能匯總 進行學習

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Android
相關文章:
主站蜘蛛池模板: 久久视频在线观看免费 | 欧美亚洲视频在线观看 | 久久精品在线免费观看 | 黄大片日本一级在线a | 国产三级日本三级日产三 | 国内久久精品视频 | 成年人免费网站视频 | 欧美丝袜xxxxx在线播放 | 国产在线观看一区二区三区 | 亚洲国产成人最新精品资源 | 毛片a级三毛片免费播放 | 人与拘一级a毛片 | 亚洲天堂在线视频播放 | 国产97视频在线 | 精品久久久久久影院免费 | 日韩一级片在线观看 | 永久在线 | 99在线播放视频 | 日本www视频在线观看 | 日韩欧美一级毛片精品6 | 女人张开腿让男人桶免费网站 | 久久一本精品久久精品66 | 日韩中文字幕免费 | 精品免费久久久久久成人影院 | 久久99热精品免费观看k影院 | 老外毛片 | 91精品国产综合久久青草 | 国产三级日本三级日产三 | 久草视频免费在线观看 | 国产精品毛片在线大全 | 亚洲 欧美 都市 自拍 在线 | 久久国产精品久久国产精品 | 国产一级视频在线 | 亚州色吧| 欧美黄成人免费网站大全 | 亚洲精品国产一区二区三区四区 | 91久久亚洲精品一区二区 | 亚洲成a人片在线v观看 | 在线观看欧美亚洲日本专区 | 久久精品免费全国观看国产 | 窝窝社区在线观看www |