-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1496 from HHuangF/master
- Loading branch information
Showing
6 changed files
with
41 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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); | ||
|
||
## 实验结果 | ||
|
||
 | ||
 | ||
|
||
## 实验体会 | ||
|
||
### 该实验主要是在Android Studio中进行Android资源使用的编程,这次实验比以前的实验复杂,如程序里面通过设置按钮监听器,点击一个按钮就可以跳转到另一个Activity,这次实验也让我初步了解了Android的资源使用。 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.