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
2 changed files
with
13 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 @@ | ||
# 第二次实验 | ||
## 1.实验目标 | ||
1、熟悉Android组件编程 | ||
2、进一步熟悉git操作; | ||
## 2.实验步骤 | ||
1、在Issues中创建自己的选题:https://github.com/hzuapps/android-labs-2018/issues ; | ||
2、根据自选题目,编写一个或多个Activity(所有均带上学号前缀,放到自己的Java包下); | ||
3、将标题设置为自己的学号+对应的功能或题目; | ||
4、根据自己选择的题目实现Activity中导航、调用等功能(选做)。 | ||
## 3.实验结果 | ||
|
||
## 4.实验体会 | ||
本次实验确定并提交了我的选题,成功地在AS集成开发环境下首次构建了我的第一个Android应用,创建了首个Activity,并使用mBottomNavigationBar和Fragment组件完成底部导航栏的开发,本次实验让我复习了Java语言的语法,熟悉了Android Studio的使用和模拟器运行的过程。并且让我更加加深了Git使用的印象。 |