Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Develop the below application using Android Studio: Should I split the question in half and post it as two questions? Or should I just shorten
Develop the below application using Android Studio:
Should I split the question in half and post it as two questions? Or should I just shorten this one?
Lease OrRentHome Inc. helps its clients to find the best option for a home. Your company is asked to develop an Android application as described below: The main screen will display the company logo and a button "Enter". The second screen allows the potential customer to choose the home types: apartment detached home semi-detached home condominium apartment town house Use an options Menu control to implement the selection of home types. Display a friendly screen with available homes whenever the user selects a home type from the menu. For example, if the user selects apartment home type, the next screen will display the available apartments (address, price, and image). Use check boxes to select the apartments that you want to visit (virtually or physically). The user may use the menu control to choose another home type, and so on. The check-out screen displays the selected homes and corresponding addresses, and prices. Use a radio group for listing selected homes. The user can now chose the home (assuming has visited all selected homes). The next screen prompts the user with payment option (cash, credit card, debit card). Use a group of radio buttons to select the payment method. 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 Ul 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 favorite sport, favorite team, favorite food, etc. Create 2-3 fields named as mentioned above. Provide validation for these entries using the proper attributes/methods/constructor for each UI control. Use TextView objects to display information as needed. Use styles and themes to create a nice look and feel of your app. Use drawable objects to display the logo for the company, home types, homes, etc. Lease OrRentHome Inc. helps its clients to find the best option for a home. Your company is asked to develop an Android application as described below: The main screen will display the company logo and a button "Enter". The second screen allows the potential customer to choose the home types: apartment detached home semi-detached home condominium apartment town house Use an options Menu control to implement the selection of home types. Display a friendly screen with available homes whenever the user selects a home type from the menu. For example, if the user selects apartment home type, the next screen will display the available apartments (address, price, and image). Use check boxes to select the apartments that you want to visit (virtually or physically). The user may use the menu control to choose another home type, and so on. The check-out screen displays the selected homes and corresponding addresses, and prices. Use a radio group for listing selected homes. The user can now chose the home (assuming has visited all selected homes). The next screen prompts the user with payment option (cash, credit card, debit card). Use a group of radio buttons to select the payment method. 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 Ul 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 favorite sport, favorite team, favorite food, etc. Create 2-3 fields named as mentioned above. Provide validation for these entries using the proper attributes/methods/constructor for each UI control. Use TextView objects to display information as needed. Use styles and themes to create a nice look and feel of your app. Use drawable objects to display the logo for the company, home types, homes, etcStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started