Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The main screen will display the company logo and a button Book . The second screen allows the potential customer to choose the Cruise types

  1. The main screen will display the company logo and a button Book.
  2. The second screen allows the potential customer to choose the Cruise types:
    • Bahamas Cruise
    • Caribbean Cruise
    • Cuba Cruise
    • Sampler Cruise
    • Star Cruise Use an options Menu control to implement the selection of cruise types. Display a user-friendly screen with available cruises whenever the user selects a cruise type from the menu. For example, if the user selects the Bahamas cruise type, the next screen will display the details about Bahamas cruise such as visiting places, cruise price, duration (number of nights) and image. Use check boxes to select the cruise types that you want to purchase or add into shopping cart. The user may use the menu control to choose another cruise type, and so on.
  3. In the next screen, use spinners to select number of guests such as number of adults and number of kids, and also use a radio group with YES and NO radio buttons to confirm that is anyone travelling over the age of 55.
  4. The check-out screen displays the selected cruise and corresponding cruise information including price and number of nights, number of guests including a senior guest.
  5. The next screen prompts the user with a payment option (cash, credit card, debit card). Use a group of radio buttons to select the payment method.
  6. The last screen asks the user to enter credit/debit card information if the user chooses either of these payment methods. Use EditText controls and other GUI elements to allow the user to enter customer information: full name, credit/debit card number. The rest of the fields will be different for each student. For example, you may create fields for favourite movie, favourite sport, favourite food, etc. or any cruise related information. Create 2-3 fields named as mentioned above. Provide validation for these entries using the proper attributes/methods/constructor for each GUI control.
  7. Use Application preferences for storing user selections as the user navigates through the various screens of the application.

Please Show Working Code

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David Kroenke

11th Edition

0132302675, 9780132302678

Students also viewed these Databases questions