You are on page 1of 2

SMT. Z. S.

PATEL COLLEGE OF COMPUTER


APPLICATION (BCA)
SYBCA (Sem – 4) Practical Assignment – 2
Subject : (405 – 2) Mobile Application Development – 2
Date:28-12-2022 Submission Date:13-01-2023

1. Create a customer inquiry entry form for your Android application which will accept
customer inquiry details such as Customer name, address, city, Contact, inquiry date,
interested in, follow up date, follow up time, inquiry status and inquiry description.
Display all entered value on same activity on save button's click.
Hint: for name, address use edit text
For City use spinner.
For inquiry date use e date picker control. (or use date picker dialog)
For inquiry time use time picker control. (or use time picker dialog)

2. Write an Android application, which will handle back button press. If back button is
pressed then display an Alert Dialog of confirmation, with both positive and negative
action buttons handling of exit by asking “You are about to Exit, are you sure?”

3. Implement ListView for Practical 1. Whenever user click on save button customer
data will be display in the ListView.

4. Design an android application using Frame Layout as shown in the following figure:

5. Design a login screen using autocomplete text view for taking user type. Retrieve the
values on another activity.
6. Create a student admission inquiry entry form for your Android application which
will accept customer inquiry details such as Student name, address, city, contact, date
of birth, admission date, admission time, inquiry status and inquiry description.
Display all entered value to the next activity on save button's click.
Hint: for name, use textwatcher to edit text.
For City use searchview.
For date of birth and admission use date picker control.
For admission time use time picker control.

7. Write an Android application to display all the data types in object-oriented


programming using Frame layout.

You might also like