diff --git a/soft1614080902440/Third/report3.md b/soft1614080902440/Third/report3.md new file mode 100644 index 000000000..e907d455a --- /dev/null +++ b/soft1614080902440/Third/report3.md @@ -0,0 +1,41 @@ +# 实验三实验报告 + +## 实验目的 + +### 1、Android资源使用编程 + +## 实验要求 + +### 1、在界面上显示至少一张图片; + +### 2、提交res/drawable及图片使用的代码; + +### 3、提交res/values, res/layout等其他代码; + +### 4、将应用运行结果截图,放到实验报告中 + +### 5、点击图片(或按钮)时,打开另一个Activity。 + +## 实验步骤 + +### 1、阅读实验要求:https://github.com/hzuapps/android-labs-2018/labels/Lab; + +### 2、在电脑上Android Studio编写代码(代码要可以运行); + +### 3、使用Git将代码提交到自己的库中:https://github.com/HHuangF/android-labs-2018; + $ git pull + $ git add soft1614080902440/* + $ git commit "#3 #991 第三次实验 " + $ git push +### 4、在自己的GitHub库上创建和发送Pull Request(注意查看Changed files); + +### 5、在GitHub中使用Markdown文件编写实验报告(report3.md); + +## 实验结果 + +![运行截图](https://github.com/HHuangF/android-labs-2018/blob/master/soft1614080902440/Third/Soft1614080902440p1%20.jpg) +![运行截图](https://github.com/HHuangF/android-labs-2018/blob/master/soft1614080902440/Third/Soft1614080902440p2.jpg) + +## 实验体会 + +### 该实验主要是在Android Studio中进行Android资源使用的编程,这次实验比以前的实验复杂,如程序里面通过设置按钮监听器,点击一个按钮就可以跳转到另一个Activity,这次实验也让我初步了解了Android的资源使用。 diff --git a/soft1614080902440/Third/res/colors.xml b/soft1614080902440/Third/res/colors.xml deleted file mode 100644 index 3ab3e9cbc..000000000 --- a/soft1614080902440/Third/res/colors.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - #3F51B5 - #303F9F - #FF4081 - diff --git a/soft1614080902440/Third/res/ic_launcher_background.xml b/soft1614080902440/Third/res/ic_launcher_background.xml deleted file mode 100644 index d5fccc538..000000000 --- a/soft1614080902440/Third/res/ic_launcher_background.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/soft1614080902440/Third/res/ic_launcher_foreground.xml b/soft1614080902440/Third/res/ic_launcher_foreground.xml deleted file mode 100644 index c7bd21dbd..000000000 --- a/soft1614080902440/Third/res/ic_launcher_foreground.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - diff --git a/soft1614080902440/Third/res/styles.xml b/soft1614080902440/Third/res/styles.xml deleted file mode 100644 index ff6c9d2c0..000000000 --- a/soft1614080902440/Third/res/styles.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/soft1614080902440/Third/third.md b/soft1614080902440/Third/third.md deleted file mode 100644 index d0c83ef8e..000000000 --- a/soft1614080902440/Third/third.md +++ /dev/null @@ -1,26 +0,0 @@ -# 实验三实验报告 - -## 实验目的 - -### 1、Android资源使用编程 - -## 实验步骤 - -### 1、在界面上显示至少一张图片; - -### 2、提交res/drawable及图片使用的代码; - -### 3、提交res/values, res/layout等其他代码; - -### 4、将应用运行结果截图,放到实验报告中 - -### 5、点击图片(或按钮)时,打开另一个Activity。 - -## 实验结果 - -![运行截图](https://github.com/HHuangF/android-labs-2018/blob/master/soft1614080902440/Third/Soft1614080902440p1%20.jpg) -![运行截图](https://github.com/HHuangF/android-labs-2018/blob/master/soft1614080902440/Third/Soft1614080902440p2.jpg) - -## 实验体会 - -### 该实验主要是在Android Studio中进行Android资源使用的编程,这次实验比以前的实验复杂,但总体来说还是可以接受的。