forked from hzuapps/android-labs-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 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 |
---|---|---|
@@ -1,29 +1,29 @@ | ||
# 第三次实验 | ||
# 第三次实验 | ||
|
||
## 1.实验目标 | ||
掌握在Android应用中使用图片等资源的方法。 | ||
## 1.实验目标 | ||
掌握在Android应用中使用图片等资源的方法。 | ||
|
||
## 2.实验步骤 | ||
阅读实验要求:https://github.com/hzuapps/android-labs-2018/labels/Lab | ||
## 2.实验步骤 | ||
阅读实验要求:https://github.com/hzuapps/android-labs-2018/labels/Lab | ||
|
||
在电脑上Android Studio编写代码 | ||
在电脑上Android Studio编写代码 | ||
|
||
// 代码要可以运行! | ||
使用Git将代码提交到自己的库中:https://github.com/YOUR_NAME/android-labs-2018 | ||
// 代码要可以运行! | ||
使用Git将代码提交到自己的库中:https://github.com/YOUR_NAME/android-labs-2018 | ||
$ git pull | ||
$ git add 学号目录/* | ||
$ git add 学号目录/* | ||
$ git commit "#12345678 " | ||
$ git push | ||
在自己的GitHub库上创建和发送Pull Request(注意查看Changed files) | ||
// 是否只修改了自己的文件? | ||
在GitHub中使用Markdown文件编写实验报告(report1.md, report2.md) | ||
// 保存在自己的文件夹下 | ||
在自己的GitHub库上创建和发送Pull Request(注意查看Changed files) | ||
// 是否只修改了自己的文件? | ||
在GitHub中使用Markdown文件编写实验报告(report1.md, report2.md) | ||
// 保存在自己的文件夹下 | ||
|
||
## 3.实验结果 | ||
## 3.实验结果 | ||
|
||
![image](https://github.com/heyingsen/android-labs-2018/blob/master/soft1614080902302/tupian1.png) | ||
![image](https://github.com/heyingsen/android-labs-2018/blob/master/soft1614080902302/Third/tupian1.png) | ||
|
||
![image](https://github.com/heyingsen/android-labs-2018/blob/master/soft1614080902302/tupian2.png) | ||
![image](https://github.com/heyingsen/android-labs-2018/blob/master/soft1614080902302/Third/tupian2.png) | ||
|
||
## 4.实验体会 | ||
这次实验对我来说很困难,上网学习了如何从一个Activity打开另外的一个Activity | ||
## 4.实验体会 | ||
这次实验对我来说很困难,上网学习了如何从一个Activity打开另外的一个Activity |