Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into master
  • Loading branch information
ccc2020916 committed Dec 1, 2020
2 parents 1ea5eb0 + 5088bd6 commit 0bbdb96
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion students/net1814080903132/lab1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
4. 创建Net1814080903132Activity的java类
5. 利用git bash来提交相关的文件到hzuapps/android-labs-2020
# 四、实验结果

![lab1](https://raw.githubusercontent.com/ccc2020916/android-labs-2020/master/students/net1814080903132/lab1.png)
# 五、实验心得
学习有关AndroidStudio的配置,熟悉AndroidStudio的使用方法,学习了GitBash的使用,学会了有关的命令如添加,删除,上传等命令
3 changes: 2 additions & 1 deletion students/net1814080903132/lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Button button = findViewById(R.id.button);
});
```
# 四、实验结果

![home_design](https://raw.githubusercontent.com/ccc2020916/android-labs-2020/master/students/net1814080903132/lab3.png)
![lab2](https://raw.githubusercontent.com/ccc2020916/android-labs-2020/master/students/net1814080903132/lab2.png)
# 五、实验心得
学习了可以通过添加按钮实现页面的跳转
5 changes: 2 additions & 3 deletions students/net1814080903132/lab3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 一、实验目的
# 一、实验目标
1. 了解Android应用中各种资源的概念与使用方法;
2. 掌握在Android应用中使用图片等资源的方法。
# 二、实验要求
Expand All @@ -14,7 +14,6 @@
android:drawableTop="@drawable/home_design"
```
# 四、实验结果
![home_design](https://raw.githubusercontent.com/ccc2020916/android-labs-2020/master/students/net1814080903132/home_design.jpg)

![lab3](https://raw.githubusercontent.com/ccc2020916/android-labs-2020/master/students/net1814080903132/lab3.png)
# 五、实验心得
通过本次实验学会了怎样设置背景图片。
3 changes: 2 additions & 1 deletion students/net1814080903132/lab4.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ findViewById(R.id.my_button);
</LinearLayout>
```
# 四、实验结果

![lab4](https://raw.githubusercontent.com/ccc2020916/android-labs-2020/master/students/net1814080903132/lab4.png)
# 五、实验心得
通过本次实验讲解认识了各个界面布局,根据自己项目的需要选择了线性布局

0 comments on commit 0bbdb96

Please sign in to comment.