You are working as a mobile app developer for a company and have been assigned to design the user interface for your company’s mobile app.
INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS
Scenario: You are working as a mobile app developer for a company and have been assigned to design the user interface for your company’s mobile app.
Your mobile app UI should have the following labels and textboxes.
- Customer Name
- Customer ID
- Customer Address
The mobile app UI should also contain a Submit button. The following validation should be executed as soon as the user clicks the Submit button.
- Customer ID should be between 0-1000. If the user enters any value above 1000, then you need to display an error message.
- Customer Name should not contain any numeric characters. If the user enters the customer name with numbers, then display an error message.
- Customer ID, Name, and Address are required fields. If user do not enter any of the values, then display the required field validation error message.
Once you build the UI, then create an additional screen that shows following things:
Customer OrderID(Label):__________
Order_Name(Label):__________
Order_Quantity:_____________
Order_FullfilledBy:____________
You need to submit following items in a zip file as part of the submission.
- Android Project
- Output screenshots
Question 2
Scenario: You recently started working at a University in the Math department as a software programmer. You need to build an app that can calculate the mod of two numbers. Users need to enter num1 and num2. The app should perform the calculation and display the output as a num1 mod nub2 operation.
For example, 25 mod 5=0
24 mod 5 = 4
Once you implement the mod operations, then you need to add the following buttons.
- Addition
- Subtraction
- Division
- Power
Follow these steps to complete the lab.
- Create the android studio project
- Use Android Studio layout editor
- Add textboxes and labels according to the UI
- Add Button in the UI
- Review the XML code of the design
- Declare the variable before the on create the function
- Read the value from textboxes and assign it to the variable
- Add the click event for the button
- Display the output
- Declare the variable before the on create the function
Attachments:
Related Questions
. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:
1
Project 1
Introduction - the SeaPort Project series
For this set of projects for the course, we wish to simulate some of the aspects of a number of
. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:
1
Project 2
Introduction - the SeaPort Project series
For this set of projects for the course, we wish to simulate some of the aspects of a number of