0% found this document useful (0 votes)
11 views2 pages

Wia2007 T4

Uploaded by

u2102186
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

Wia2007 T4

Uploaded by

u2102186
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

WIA2007 MAD Tutorial 4 Sem 1, 24/25

WIA2007 Mobile Application Development


Semester 1, Session 2024/2025
Tutorial 4 (User Interface: Layouts, Views and Widgets)

1. Every View object has two ids of different formats, one in integer format and one in
String format.
a. What is the purpose of each id?
- Integer id: Automatically assigned when the view object is first
created
- String id: Name given the developer to use the id attribute
b. Why do we need two ids instead of just one to represent the purposes stated in 1a.?
- Integer id: Actual id that is used in the backend.
- String id: Reference id to the actual integer id

2. Give two examples each for relative unit and absolute unit.
- Relative unit: cm, percentage (the value depands on something)
- Absolute unit: cm, inches ( absolute value)
3. State the difference between margin and padding.
Margin Padding
Space outside the border, often used to Distance between the content and the
create distance between view objects in a border
layout

4. In your Practical 2, you have selected your favorite mobile application as the reference
subject to design the UI of your Profile Page. Now, you need to create another UI draft
to acquire feedback from the target users for this mobile application.

These feedbacks are very important in helping to continually improve the mobile
application, hence, use your creativity to design the UI draft to attract and encourage
the user to answer the feedback.

In this Q4, you need to do the following:


a. Draft the UI as stated above.

1
WIA2007 MAD Tutorial 4 Sem 1, 24/25

b. State your method/technique/tactic to attract and encourage the user in answering


the feedback. Tips: the method/technique/tactic can be reflected in the design, or
the content itself, or any other ways. Use your creativity!
c. State the View object types that you have used in this UI draft.

Submission

Submit Q1-Q4 to the submission link provided in Spectrum before the next Tutorial session.
Bring your answer for discussion.

You might also like