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
20 additions
and
0 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,20 @@ | ||
# 第四次实验 | ||
|
||
## 实验目的 | ||
1.根据选题要求设计界面布局及控件使用; | ||
2.布局xml及界面控制操作代码提交并截图; | ||
3.将应用运行结果截图。(不要做登录注册!) | ||
|
||
## 实验内容 | ||
|
||
1.使用其中一种布局方式,设计所选题目的界面; | ||
2.通过控件ID获取界面对象,执行相关操作; | ||
3.实现界面控件的事件处理; | ||
|
||
## 实验结果 | ||
|
||
![](https://github.com/Susie-Lau/android-labs-2018/blob/master/com1614080901125/%234/res/drawable/text4.png) | ||
|
||
## 实验体会 | ||
|
||
这次实验主要是考验我们对于界面布局的设计,由于电脑无法运行虚拟机,所以只能截图,在这次实验中,接触到的知识点比较多,比如如何去设置按钮的大小,类型,排列等等,步骤虽然比较冗杂,但是效果可以很快看见,也可以随时修改。 |