Skip to content

Commit

Permalink
第二次实验报告
Browse files Browse the repository at this point in the history
  • Loading branch information
hzutanziyang authored Apr 20, 2018
1 parent 7aff5f1 commit 3d53089
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions soft1614080902227/report2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 第二次实验
## 实验目标

1.在Issues中创建自己的选题:https://github.com/hzuapps/android-labs-2018/issues;

2.根据自选题目,编写一个或多个Activity(所有均带上学号前缀,放到自己的Java包下);

3.将标题设置为自己的学号+对应的功能或题目;

## 实验步骤

1.阅读实验要求:https://github.com/hzuapps/android-labs-2018/labels/Lab

2.在电脑上Android Studio编写代码 // 代码要可以运行!

3.使用Git将代码提交到自己的库中:https://github.com/YOUR_NAME/android-labs-2018

$ git pull

$ git add 学号目录/*

$ git commit "#2 #880 第二次实验 "

$ git push

4.在自己的GitHub库上创建和发送Pull Request(注意查看Changed files) // 是否只修改了自己的文件?

5.在GitHub中使用Markdown文件编写实验报告(report1.md, report2.md)// 保存在自己的文件夹下

## 实验结果
修改了app的名字
## 实验体会
通过这次实验,刚开始使用Android studio这个软件还有很多不熟悉的地方,希望以后能过通过努力逐步的了解,并成功写出App

0 comments on commit 3d53089

Please sign in to comment.