andriod
一、实验目的
搭建Android开发环境,学习使用Eclipse开发工具进行Android 应用开发的整个流程,为后续实验做好基本准备工作。
二、实验要求
1、掌握Android应用开发平台的搭建及相关配置。
2、掌握Eclipse集成开发环境的使用。
3、掌握Android应用开发的整个流程。
三、实验原理
Eclipse安装方法、Android编程方法。
四、实验环境
1、Microsoft windows XP(32位)/ Microsoft Windows7(32位或64位)操作系统
2、Android SDK 2.1,2.2,4.2
3、java Development Kit(JDK)V6.0
4、Eclipse 开发IDE: eclipse,3.7 for J2EE
5、ADT-22.0.4
五、实验内容
1、完成Android应用开发平台安装、及相关配置
2、学习Android SDK基本文件目录结构
3、模拟器AVD的使用
4、实现第一个程序hello world;
结果截图:
5、完成教材中101-103页中图的内容;
相对布局:
<Button
android:id="@+id/button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignparentBottom="true"
android:layout_alignParentLeft="true"
android:text="Button2" />
<Button
android:id="@+id/button3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/button1"
android:layout_alignBottom="@+id/button1"
android:layout_alignParentRight="true"
android:text="Button3" />
<Button
android:id="@+id/button4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:text="Button4" />
<Button
android:id="@+id/button5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="Button5" />
文章最后发布于: 2019-07-04 12:38:50
相关阅读
1、我不是技术人员,也不是为了码代码调试手机特别研究,纯粹一颗不服输的心态,钻研,学习的风格。废话不多说了,我说干货文章算是百度、B
对话框一共有三个按键:setPositiveButton确认;setNegativeButton取消;setNeutralButton一般中间的询问内容可以是setMessage也可