diff --git a/soft1614080902435/3.1.png b/soft1614080902435/3.1.png
new file mode 100644
index 000000000..a8a63ee08
Binary files /dev/null and b/soft1614080902435/3.1.png differ
diff --git a/soft1614080902435/3.2.png b/soft1614080902435/3.2.png
new file mode 100644
index 000000000..0a5fc3e5b
Binary files /dev/null and b/soft1614080902435/3.2.png differ
diff --git a/soft1614080902435/app/src/main/AndroidManifest.xml b/soft1614080902435/app/src/main/AndroidManifest.xml
index 6a8d0f50e..af5fcbaa6 100644
--- a/soft1614080902435/app/src/main/AndroidManifest.xml
+++ b/soft1614080902435/app/src/main/AndroidManifest.xml
@@ -1,6 +1,6 @@
+ package="edu.hzuapps.androidlabs.Soft1614080902435">
-
+
+
\ No newline at end of file
diff --git a/soft1614080902435/app/src/main/java/edu/hzuapps/androidlabs/Soft1614080902435/Soft1614080902435.java b/soft1614080902435/app/src/main/java/edu/hzuapps/androidlabs/Soft1614080902435/Soft1614080902435.java
index 2c1538a9f..ee849f724 100644
--- a/soft1614080902435/app/src/main/java/edu/hzuapps/androidlabs/Soft1614080902435/Soft1614080902435.java
+++ b/soft1614080902435/app/src/main/java/edu/hzuapps/androidlabs/Soft1614080902435/Soft1614080902435.java
@@ -1,4 +1,32 @@
package edu.hzuapps.androidlabs.Soft1614080902435;
-public class Soft1614080902435 {
+import android.content.Intent;
+import android.support.v7.app.AppCompatActivity;
+import android.os.Bundle;
+import android.util.Log;
+import android.view.View;
+import android.widget.Button;
+
+public class Soft1614080902435 extends AppCompatActivity implements View.OnClickListener {
+
+ Button b;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_soft1614080902435);
+ Log.d("dd","123");
+ b = (Button)findViewById(R.id.open);
+ b.setOnClickListener(this);
+ }
+ @Override
+ public void onClick(View view) {
+ if(view==b){
+ Intent intent = new Intent();
+ Log.d("dd","123");
+ intent.setClass(Soft1614080902435.this,jiemianerActivity.class);
+ startActivity(intent);
+ }
+ }
+
}
diff --git a/soft1614080902435/app/src/main/java/edu/hzuapps/androidlabs/Soft1614080902435/jiemianerActivity.java b/soft1614080902435/app/src/main/java/edu/hzuapps/androidlabs/Soft1614080902435/jiemianerActivity.java
new file mode 100644
index 000000000..f6b75f73f
--- /dev/null
+++ b/soft1614080902435/app/src/main/java/edu/hzuapps/androidlabs/Soft1614080902435/jiemianerActivity.java
@@ -0,0 +1,14 @@
+package edu.hzuapps.androidlabs.Soft1614080902435;
+
+import android.os.Bundle;
+import android.support.v7.app.AppCompatActivity;
+
+public class jiemianerActivity extends AppCompatActivity {
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView( R.layout.activity_jiemianer);
+ }
+
+}
diff --git a/soft1614080902435/app/src/main/res/drawable/beijing.png b/soft1614080902435/app/src/main/res/drawable/beijing.png
new file mode 100644
index 000000000..3784fdce0
Binary files /dev/null and b/soft1614080902435/app/src/main/res/drawable/beijing.png differ
diff --git a/soft1614080902435/app/src/main/res/drawable/ic_launcher_background.xml b/soft1614080902435/app/src/main/res/drawable/ic_launcher_background.xml
new file mode 100644
index 000000000..d5fccc538
--- /dev/null
+++ b/soft1614080902435/app/src/main/res/drawable/ic_launcher_background.xml
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/soft1614080902435/app/src/main/res/layout/activity_jiemianer.xml b/soft1614080902435/app/src/main/res/layout/activity_jiemianer.xml
new file mode 100644
index 000000000..783aaa76f
--- /dev/null
+++ b/soft1614080902435/app/src/main/res/layout/activity_jiemianer.xml
@@ -0,0 +1,14 @@
+
+
+
+
\ No newline at end of file
diff --git a/soft1614080902435/app/src/main/res/layout/activity_soft1614080902435.xml b/soft1614080902435/app/src/main/res/layout/activity_soft1614080902435.xml
new file mode 100644
index 000000000..29f5ce3bb
--- /dev/null
+++ b/soft1614080902435/app/src/main/res/layout/activity_soft1614080902435.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/soft1614080902435/app/src/main/res/values/colors.xml b/soft1614080902435/app/src/main/res/values/colors.xml
new file mode 100644
index 000000000..3ab3e9cbc
--- /dev/null
+++ b/soft1614080902435/app/src/main/res/values/colors.xml
@@ -0,0 +1,6 @@
+
+
+ #3F51B5
+ #303F9F
+ #FF4081
+
diff --git a/soft1614080902435/app/src/main/res/values/styles.xml b/soft1614080902435/app/src/main/res/values/styles.xml
new file mode 100644
index 000000000..5885930df
--- /dev/null
+++ b/soft1614080902435/app/src/main/res/values/styles.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
diff --git a/soft1614080902435/report3.md b/soft1614080902435/report3.md
new file mode 100644
index 000000000..bdbcd955c
--- /dev/null
+++ b/soft1614080902435/report3.md
@@ -0,0 +1,19 @@
+# 第三次实验
+## 1.实验目的
+掌握在Android应用中使用图片等资源的方法
+## 2.实验步骤
+1、把自己手机的计算器界面截图并上传到电脑上,重命名为beijing.png,然后复制粘贴到res/drawable里
+
+2、在edu.hzuapps.androidlabs.Soft1614080902435下新建一个空Activity,并命名为jiemianerActivity,同时Layout activity命名为activity_jiemianer.xml
+
+3、此处没有使用TextView,而使用了ImageView控件
+
+4、添加按钮,并监听
+
+5、编译运行
+
+6、使用git bash将更新的文件和文件夹push到GitHub上,提交。
+
+## 3.实验结果
+## 4.实验体会
+ 此次实验我学会了怎么在AS中创建Activity,并用IamgeView控件显示图片,然后点击图片(或按钮)时,打开另一个Activity。当东找西找资料之后把代码写完,然后调试的时候发现一打开APP就闪退,但是代码并没有提示错误(可能是提示了自己不知道错在哪),然后纠结了半天。最后发现是调用的时候把xml文件弄错了,最后就可以正常调试了。