You are on page 1of 2

SCHOOL OF INFORMATION TECHNOLOGY AND ENGINEERING

CAT II – B.Tech - Winter Semester - 2018-19

Course Name: Mobile Application Development Duration: 90


Course Code: ITE1016 Max. Marks : 50

Slot : A2+TA2 Faculty: P. Venkatesh

S.No Question
Design User Interface (shown in the figure) to get details such as Rate, Quantity and
Activation Fee for items from user and use JQuery to compute subtotal for each item
and Total Amount for all the items. (10)

Design Android based User Interface (shown in Figure1) with following aspects: (10)

- Use multiline for getting Address


- Use AutoComplete for suggesting State
- Use Spinner for suggesting Country

Display the information entered by the user.

Figure 1 Figure 2
a) Design Android based User Interface (shown in Figure 2) to get feedback from the

3 user. When user clicks SUBMIT button, display the user rating along with review
comment. (6)
b) Deliberate the usage of various callback methods in managing the lifecycle of
Android Activity. (4)
a) Design Android based User Interface that pops up dialog window to get preference
from the user. When user makes a selection, display the selected item. (6)

b) Justify the need for using Layouts in User Interface Design. Discuss the different
layout options available for UI design. (4)
Design Android based User Interface that implements Fragments (Fragment 1 & 2).
Fragment 1 contains buttons such as One, Two & Three. When user clicks any of the
buttons in Fragment 1, display the corresponding text in Fragment 2. (10)

Fragment 1

Fragment 2

You might also like