Question: Using AndroidStudio Create a mobile app UI that has the following labels and textboxes. Customer Name Customer ID Customer Address The mobile app UI should

Using AndroidStudio

Create a mobile app UI that has 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 user clicks the Submit button.

  • Customer ID should be between 0-1000. If user enters any value above 1000, then you need to display an error message.
  • Customer Name should not contain any numeric characters. If user enters 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:____________

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!