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
31 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,31 @@ | ||
+一.实验要求 | ||
+1.在Issues中创建自己的选题:https://github.com/hzuapps/android-labs-2018/issues ; | ||
+2.根据自选题目,编写一个或多个Activity(所有均带上学号前缀,放到自己的Java包下); | ||
+3.将标题设置为自己的学号+对应的功能或题目; | ||
+4.根据自己选择的题目实现Activity中导航、调用等功能(选做)。 | ||
+二.实验步骤 | ||
+ | ||
+阅读实验要求:https://github.com/hzuapps/android-labs-2018/labels/Lab | ||
+在电脑上Android Studio编写代码 | ||
+1).自己建一个Activity文件 | ||
+ | ||
+2).找到values文件下的strings.xml文件,然后修改里面的一个值 | ||
+ | ||
+3.使用Git将代码提交到自己的库中:https://github.com/xiebaoshu/android-labs-2019 $ git pull | ||
+ | ||
+$ git add Som1614080902301/app | ||
+ | ||
+$ git commit -m "第二次实验" | ||
+ | ||
+$ git push | ||
+ | ||
+1.在自己的GitHub库上创建和发送Pull Request(注意查看Changed files) | ||
+看有没有4个文件:三个xml文件,一个java | ||
+ | ||
+2.在GitHub中使用Markdown文件编写实验报告(report1.md, report2.md) | ||
+ | ||
+1).creat 一个文件,命名为report2.md。 | ||
+2).编写文件 | ||
+三.实验结果:![在Android SDK Manager中选择6.0库](https://github.com/YQ1997/android-labs-2018/blob/master/Soft1614080902301/%E5%9B%BE%E5%BA%93.png?raw=true"配置教育网下载代理") | ||
+四.实验体会: | ||
+这次实验,初步了解了一个app的制作的难度,比较考验耐心和细心,还有几处不懂的地方,以后还要继续学习理解。 |