20165336 experiment four Android programming one, experimental report cover
Course: Java Programming class: 1653 class Name: Kangzhijiang No.: 20165336
Instructor: Lou Jia Peng Experiment Date: May 14, 2018
Experiment time: 13:45-15:25 Experiment serial number: Experiment Four
Experiment Name: Android programming
Second, the experimental requirements
1. Students who do not have a Linux base are advised to start with the Linux basics (new version) Vim Editor course
2. Complete the experiment, write the experiment Report, the experiment report is published in the blog site blog, note that the experimental report is focused on the results of the operation, problems encountered (tool search, installation, use, program editing, commissioning, operation, etc.), solutions (empty methods such as "Check Network", "Ask classmates", "reading" 0 points) as well as analysis (what can be learned from it, what gains, lessons, etc.). The report can refer to the guidance of Fan Fei Dragon Teacher
- XP basics, XP core practices, and related tools.
- Plagiarism is strictly forbidden.
Third, the experimental step submission point a submission point requirements
Installation test for 1.Android Stuidio:
Refer to the Java and Android Development Learning Guide (second Edition) (Epubit,java for Android 2nd), Chapter 24th:
Refer to Http://www.cnblogs.com/rocedu/p/6371315.html#SECANDROID, installing Android Stuidio
Finish Hello World, ask to modify the contents of the Res directory, Hello World to show their school number, the number of students before and after a student, submit code run and code cloud GIT link, no study number to deduct points
Learn Android Stuidio Debug app
Results:
Code Hosting
Submission Point Two
2.Activity Test:
Refer to the Java and Android Development Learning Guide (second Edition) (Epubit,java for Android 2nd), Chapter 25th:
Build the project, run the textbook related code
Create thirdactivity, display your own number in thirdactivity, modify the code to let mainactivity start thirdactivity
Submit code to run and code cloud git link, to have a study number watermark, otherwise it will deduct points
Results:
Code Hosting
Submission Point Three
3.UI Test:
Refer to the Java and Android Development Learning Guide (second Edition) (Epubit,java for Android 2nd), Chapter 26th:
Build the project, run the textbook related code
Modify the code to let the toast message display its own learning number information
Submit code to run and code cloud git link, to have a study number watermark, otherwise it will deduct points
Results:
Code Hosting
Submission Point Four
4. Layout test:
Refer to the Java and Android Development Learning Guide (second Edition) (Epubit,java for Android 2nd), Chapter 27th:
Build the project, run the textbook related code
Modify the layout so that the P290 page interface is different from the textbook
Submit code to run and code cloud git link, to have a study number watermark, otherwise it will deduct points
Results:
Code Hosting
Submission Point Five
5. Event Processing test:
Refer to the Java and Android Development Learning Guide (second Edition) (Epubit,java for Android 2nd), Chapter 28th:
Build the project, run the textbook related code
Submit code to run and code cloud git link, to have a study number watermark, otherwise it will deduct points
Results:
Code Hosting
Problems encountered
- AAPT2 Error:check logs for details
Workaround: Open gradle.properties
, add the followingandroid.enableAapt2=false
2017-2018-2 20165336 Experimental Report on the fundamentals of Android development