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
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,13 @@ | ||
package edu.hzuapps.androidlabs.soft1614080902434; | ||
|
||
import android.support.v7.app.AppCompatActivity; | ||
import android.os.Bundle; | ||
|
||
public class Soft1614080902434_Activity extends AppCompatActivity { | ||
|
||
@Override | ||
protected void onCreate(Bundle savedInstanceState) { | ||
super.onCreate(savedInstanceState); | ||
setContentView(R.layout.activity_soft1614080902434_); | ||
} | ||
} |
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,25 @@ | ||
# 第一次实验 | ||
|
||
## 1.实验目标 | ||
|
||
(1)学习和搭建开发环境(Android Studio); | ||
|
||
(2)了解GitHub网站的功能及提交的基本的要求; | ||
|
||
2.实验步骤 | ||
|
||
(1)搭建开发环境(AndroidStudio3.1正式版),运行(截图); | ||
(2)加入Git项目(Fork),将项目克隆(Clone)到自己帐号下; | ||
(3)$ git clone https://github.com/hzuapps/android-labs-2018.git | ||
|
||
(4)创建以学号命名的个人实验目录:Soft1614080902434。 | ||
|
||
(5)创建一个Java类:edu.hzuapps.androidlabs.soft1614080902434.soft1614080902434Activity.java。 | ||
|
||
(6)提交代码并发Pull Request。 | ||
|
||
## 3.实验结果 | ||
|
||
|
||
## 4.实验心得 | ||
因为第一次接触Android,感觉很陌生,下载Android3.0之后,不会用,要自己去百度找答案,然后就是git的使用了,因为不知道git的用法,导致自己去网上找了很久,终于做好了。 |