In this project, you will be coding a mortgage calculator. At this point, you should have already completed most of the planning and are ready to get into the coding!
- Have a sign on screen that allows users to enter in a username and password to login
- A Homes Details screen with a list of houses for the users to select from; each house should have a photo and a price (extra information is encouraged!)
- When you select a house, you should be taken to the mortgage calculator screen. The screen should:
- have the following input fields: down payment (text field), loan amount (text field), loan duration (dropdown or selection wheel)
- have the following label information: house price (should match from Home's Details screen), current interest rate
- Calculate button; when clicked should display the mortgage rate clearly to the user
To setup your teams project, please first have the Lead Developer follow the steps to import a repository. The lead developer should then add your team as collaborators.
-
Open up Android Studio. Click the option for “Get from VCS”.
- Paste your projects HTTPS URL in the URL text box, ensure the project is being cloned in the directory you want, and click clone. When the popup appears, choose “Trust Project”. The Project will automatically open, and you are ready to start coding!

