You are on page 1of 31

SIT

Android Mobile
Application Development
TITLE: Android Integrated Experiment

Academic department:

International Education College

Speciality: Computer Science

Class

and student number: 1896240004

Student name: AYMEN

Teacher’s name: Yu Xulei

Score:

2020-11
SIT EXPERIMENT REPORT

EXPERIMENT
Integrated experiment of Android system
NAME
CLASSROOM 407
DATE 2020-11-4, 2020-11-11, 2020-11-18
HOURS 6

1. Task

(1) Draw up the name of an Android application.(e.g. Library APP, test bank APP...)
(2) The basic page of this APP should have at least 5 activities.
(3) Use at least two layouts.
(4) At least four basic controls and advanced controls are used. The number and
difficulty of the controls determines the difference in the score value of the experimental
operation process.
(5) Enrich activities with menus or Toast prompt messages
(6) The innovative content of the APP has extra points for innovation.

(If you want to get a high score, you can enrich the page and features a little bit and
innovate a little bit. )

2. Preparation

Make the points and steps of an Activity, how to complete the jump between Avtivity,
what precautions,

I will show how to switch between activities in Android using the intent property.
Some of you know that an activity is the most fundamental component of an
Android application. It serves as the screen visible to the user.
Today, i will create some activities and learn to switch from an Activity to another
and then come back to the original state. We’ll also learn how we can transfer
some text information from one Activity to another using the same approach.
And all of this will be done using the Android Intent class.

1
SIT EXPERIMENT REPORT

3. Implementation

THE NAME OF THE PROJECT AM DOING IS : AYMEN QUIZ APP

2
SIT EXPERIMENT REPORT

3
SIT EXPERIMENT REPORT

1. ACTIVITY MAIN .XML

4
SIT EXPERIMENT REPORT

5
SIT EXPERIMENT REPORT

6
SIT EXPERIMENT REPORT

2.ACTIVITY_QUESTION.XML

7
SIT EXPERIMENT REPORT

8
SIT EXPERIMENT REPORT

9
SIT EXPERIMENT REPORT

10
SIT EXPERIMENT REPORT

11
SIT EXPERIMENT REPORT

3.ACTIVITY_DEVELOPED.XML

12
SIT EXPERIMENT REPORT

13
SIT EXPERIMENT REPORT

14
SIT EXPERIMENT REPORT

15
SIT EXPERIMENT REPORT

4.ACTIVITY_RESULTS.XML

16
SIT EXPERIMENT REPORT

17
SIT EXPERIMENT REPORT

5.MAIN ACTIVITY

18
SIT EXPERIMENT REPORT

19
SIT EXPERIMENT REPORT

6.QUESTION ACTIVITY

20
SIT EXPERIMENT REPORT

21
SIT EXPERIMENT REPORT

22
SIT EXPERIMENT REPORT

7.RESULT ACTIVITY

23
SIT EXPERIMENT REPORT

24
SIT EXPERIMENT REPORT

25
SIT EXPERIMENT REPORT

8.DEVELOPED ACTIVITY

26
SIT EXPERIMENT REPORT

27
SIT EXPERIMENT REPORT

28
SIT EXPERIMENT REPORT

29
SIT EXPERIMENT REPORT

4. Summary, Thinking and Discussion

This is a simple quiz app I created which contain 10 questions and some

basic controls .and it's easy to understand the switching between the

activities, the reset button and the result will pop out at the end.

It contains: button ,edittext,viewtext,radiogroup ,radiobutton and also Toast

prompt messages

30

You might also like