0% found this document useful (0 votes)
29 views

Assignment # 4: Riphah International University

This document provides instructions for assignment 4 of a mobile application development course. Students are asked to design an Android application with an activity layout for portrait mode using Constraint Layout. The submit button must validate that all fields are non-empty and display error messages for any empty fields. It should also display all entered values in the logcat. Students are instructed to submit only the "app" folder in a zip file renamed with their SAP ID and name.

Uploaded by

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

Assignment # 4: Riphah International University

This document provides instructions for assignment 4 of a mobile application development course. Students are asked to design an Android application with an activity layout for portrait mode using Constraint Layout. The submit button must validate that all fields are non-empty and display error messages for any empty fields. It should also display all entered values in the logcat. Students are instructed to submit only the "app" folder in a zip file renamed with their SAP ID and name.

Uploaded by

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

Riphah International University

Department of Software Engineering


Faculty of Computing

Mobile Application Development


Spring 2020

Assignment # 4
Date: 13/04/2020 Deadline: 18/04/2020

Question 1: Design an android application:


a). Create an activity as per the design given below, using Constraint Layout, for portrait
mode.
1. In landscape orientation, all the fields must be left aligned.

b). Submit Button Action:


i). Validate all fields, i.e., all the fields must be non-empty. Display the appropriate
error message if any field is empty.
ii). Display all the values entered by user in LOGCAT.

Note: Submit “app” folder only, archived in a Zip file, renamed as your SAP_ID-Name.
i.e., 12345-Ali.zip
_________________________END__________________________

You might also like