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
23 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,23 @@ | ||
第二次实验 | ||
1、实验目标 | ||
1.Android组件编程 | ||
|
||
2、实验步骤 | ||
1.在Issues中创建自己的选题:创建的主题为唱吧 ; | ||
|
||
2.根据自选题目(唱吧),在Android Studio中建立项目。 | ||
|
||
3.在自己项目的JAVA包下建立了一个Basic Activity,命名为Soft1606070302124Activity。 | ||
|
||
4.找到app/manifests/AndroidManifest.xml里面的android:label="@string/app_name"语句,按Ctrl键进入string.xml,在标题Soft1606070302124后面加入唱吧。 | ||
|
||
5.按要求交上四个文件。 | ||
|
||
3、实验结果 | ||
![image](https://github.com/woshilinglei/android-labs-2018/blob/master/soft1614080902224/1234.png?raw=true) | ||
|
||
4、实验体会 | ||
1.第二次使用git,加深了上传文件与删除文件的基本命令语句。 | ||
|
||
|
||
2.学会了建立一个新的项目并建立一个新的Basic Activity。 |