Java实验四《Android程序设计》20155335俞昆

Posted yukungbhy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java实验四《Android程序设计》20155335俞昆相关的知识,希望对你有一定的参考价值。

实验四《android程序设计》

一.实验内容

1.Android Stuidio的安装测试
2.Activity测试
3.UI测试
4.布局测试
5.事件处理测试
二.实验步骤

第一部分: Android Stuidio的安装测试

要求:
参考《Java和Android开发学习指南(第二版)(EPUBIT,Java for Android 2nd)》第二十四章:
参考http://www.cnblogs.com/rocedu/p/6371315.html#SECANDROID,安装 Android Stuidio
完成Hello World, 要求修改res目录中的内容,Hello World后要显示自己的学号,自己学号前后一名同学的学号,提交代码运行截图和码云Git链接,截图没有学号要扣分
学习Android Stuidio调试应用程序
前期准备:
先参考Android开发简易教程,下载安装 Android Stuidio
点击 Next 直到以下界面:

技术图片

点击 Finish 按钮:
Hello World测试:
打开 layout->activity_main.xml
修改 android:text 中的相应内容为自己的学号,以及自己学号前后一名同学的学号,并运行,结果如下:

android:text代码:

<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"

xmlns:app="http://schemas.android.com/apk/res-auto"

xmlns:tools="http://schemas.android.com/tools"

android:layout_width="match_parent"

android:layout_height="match_parent"

tools:context=".MainActivity">



<TextView

    android:layout_width="wrap_content"

    android:layout_height="wrap_content"

    android:text="Hello World! 20175314/20175315/20175316!"

    app:layout_constraintBottom_toBottomOf="parent"

    app:layout_constraintLeft_toLeftOf="parent"

    app:layout_constraintRight_toRightOf="parent"

    app:layout_constraintTop_toTopOf="parent" />

</androidx.constraintlayout.widget.ConstraintLayout>

第二部分:Activity测试

要求:
参考《Java和Android开发学习指南(第二版)(EPUBIT,Java for Android 2nd)》第二十五章:
构建项目,运行教材相关代码
创建 ThirdActivity, 在ThirdActivity中显示自己的学号,修改代码让MainActivity启动ThirdActivity
提交代码运行截图和码云Git链接,截图要有学号水印,否则会扣分
操作:
在 AndroidManifest.xml 中添加一个 MyActivity
之后添加一个 MyActivity.java 文件对应生成 activity_my.xml 文件
修改 MainActivity.java 使其能够启动 MyActivity.java,结果如下:

实验体会

第一次接触安卓设计,虽然实验难度具有适度的挑战性。自己在操作过程中走了一定弯路,骤反复做了多次。

以上是关于Java实验四《Android程序设计》20155335俞昆的主要内容,如果未能解决你的问题,请参考以下文章

java实验四《Android程序设计》实验报告

java实验四《Android程序设计》实验报告

Java实验四《Android程序设计》20155335俞昆

2018-2019-2 20175105王鑫浩《Java程序设计》实验四 《Android开发基础》实验报告

20165310 Java实验四 《Android程序设计》

20155217 实验四《Java面向对象程序设计》实验报告