Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

实验四:Android界面设计编程 #4

Open
zengsn opened this issue Mar 1, 2019 · 0 comments
Open

实验四:Android界面设计编程 #4

zengsn opened this issue Mar 1, 2019 · 0 comments
Labels
Lab 实验要求

Comments

@zengsn
Copy link
Contributor

zengsn commented Mar 1, 2019

实验目标

  1. 根据选题要求设计界面布局及控件使用;
  2. 布局xml及界面控制操作代码提交并截图;
  3. 将应用运行结果截图。(不要做登录注册!)

实验内容

  1. 使用其中一种布局方式,设计所选题目的界面:

image

建议用LinearLayout。

  1. 通过控件ID获取界面对象,执行相关操作:
// XML
android:id="@+id/my_button"
// Java
findViewById(R.id.my_button);
  1. 实现界面控件的事件处理,例如点击按钮:

image

public class MainActivity extends Activity  implements OnClickListener {    
    ......   
    @Override    
    public void onClick(View v) { 
    ......
  1. 操作之后,切换到你的第二个界面。

实验提示

  1. 重写实验报告,可以网站上直接修改和预览,但是要在自己电脑上执行命令:
git pull
  1. 注意复习和参考前几次实验的步骤与要求:

实验参考(待更新)

@zengsn zengsn added the Lab 实验要求 label Mar 1, 2019
Ci-ing added a commit to Ci-ing/android-labs-2019 that referenced this issue Mar 23, 2019
zengsn added a commit that referenced this issue Mar 24, 2019
zengsn added a commit that referenced this issue Mar 24, 2019
#4 #290 提交实验4代码文件
zengsn added a commit that referenced this issue Mar 24, 2019
Walk-With-Wind added a commit to Walk-With-Wind/android-labs-2019 that referenced this issue Mar 24, 2019
AngleBeatQAQ added a commit to AngleBeatQAQ/android-labs-2019 that referenced this issue Mar 24, 2019
1372037590 added a commit to 1372037590/android-labs-2019 that referenced this issue Mar 24, 2019
wzq-55552 pushed a commit to wzq-55552/android-labs-2019 that referenced this issue Mar 25, 2019
xiaoandev added a commit to xiaoandev/android-labs-2019 that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zengsn added a commit that referenced this issue Mar 26, 2019
zhazhahui9527 added a commit to zhazhahui9527/android-labs-2019 that referenced this issue Mar 26, 2019
wanshanghong added a commit to wanshanghong/android-labs-2019 that referenced this issue Mar 26, 2019
zengjundong added a commit to zengjundong/android-labs-2019 that referenced this issue Mar 27, 2019
halolol added a commit to halolol/android-labs-2019 that referenced this issue Mar 27, 2019
zengsn added a commit that referenced this issue Mar 27, 2019
zengsn added a commit that referenced this issue Mar 27, 2019
zengsn added a commit that referenced this issue Apr 9, 2019
zengsn added a commit that referenced this issue Apr 9, 2019
zengsn added a commit that referenced this issue Apr 9, 2019
zengsn added a commit that referenced this issue Apr 11, 2019
zengsn added a commit that referenced this issue Apr 11, 2019
vcicis pushed a commit to vcicis/android-labs-2019 that referenced this issue Apr 11, 2019
kaluozi added a commit to kaluozi/android-labs-2019 that referenced this issue Apr 11, 2019
zengsn added a commit that referenced this issue Apr 12, 2019
15018074939 pushed a commit to 15018074939/android-labs-2019 that referenced this issue Apr 12, 2019
yinghaocai added a commit to yinghaocai/android-labs-2019 that referenced this issue Apr 13, 2019
zengsn added a commit that referenced this issue Apr 13, 2019
ruoxilin added a commit to ruoxilin/android-labs-2019 that referenced this issue Apr 17, 2019
zengsn added a commit that referenced this issue Apr 17, 2019
ReiujiTenshi added a commit to ReiujiTenshi/android-labs-2019 that referenced this issue Apr 18, 2019
ReiujiTenshi added a commit to ReiujiTenshi/android-labs-2019 that referenced this issue Apr 19, 2019
ReiujiTenshi added a commit to ReiujiTenshi/android-labs-2019 that referenced this issue Apr 19, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
zengsn added a commit that referenced this issue Apr 21, 2019
Peiweilu added a commit to Peiweilu/android-labs-2019 that referenced this issue Apr 27, 2019
zengsn added a commit that referenced this issue Apr 28, 2019
zengsn added a commit that referenced this issue May 4, 2019
AngleBeatQAQ added a commit to AngleBeatQAQ/android-labs-2019 that referenced this issue May 8, 2019
zengsn added a commit that referenced this issue May 9, 2019
ruoxilin added a commit to ruoxilin/android-labs-2019 that referenced this issue May 15, 2019
Yemingrui added a commit to Yemingrui/android-labs-2019 that referenced this issue May 17, 2019
zengsn added a commit that referenced this issue May 20, 2019
zengsn added a commit that referenced this issue May 20, 2019
zengsn added a commit that referenced this issue May 20, 2019
zengsn added a commit that referenced this issue Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lab 实验要求
Projects
None yet
Development

No branches or pull requests

1 participant