Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please I need help to solve this in (Android Studio) java application with all the files including manifest. below are the requirements of the application.
please I need help to solve this in (Android Studio) java application with all the files including manifest. below are the requirements of the application. Thanks
Lease Or RentHome Inc. helps its clients to find the best option for a home. Your team is assigned to develop an Android application based on the following specifications: 1. The main screen will display the company logo and a button Enter. 2. The second screen allows the potential customer to choose the home types: a. apartment b. detached home C. semi-detached home d. condominium e. town house 3. Use an options Menu control to implement the selection of home types. Display a user- 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, rent price, and image). 4. 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. 5. 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 choose the home (assuming has visited all selected homes). 6. 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. 7. The last screen asks the user to enter credit/debit card information if the user chooses either of these payment methods. Use Edit Text 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 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 GUI control. 8. Use Application preferences for storing user selections as the user navigates through the various screens of the application. 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