Android project for team: Hello World.
- Android Studio installed on your machine.
- Java Development Kit (JDK) version 11 or higher.
- Git installed on your computer.
You can clone this repository using Git or directly from Android Studio:
Using Git:
git clone https://github.com/UTSA-CS-3443/Fall-2024-004-Hello-World.gitUsing Android Studio Version Control
- Open Android Studio
- Go to File > New > Project from Version Control
- Select git
- Enter the respository URL
https://github.com/UTSA-CS-3443/Fall-2024-004-Hello-World.git- Choose the local directory where you want to store the cloned project
- Click Done
This application is meant to serve as a calculator app for adults of all ages, helping them navigate finances easily. Once installed you will be able to perform calculations using the calculators below in order to calculate what you need. This will then result in saving time on finding calculators to performs the below tasks.
-
Mortgage Calculator takes input for variables such as:
- Deposit
- Loan amount
- Loan APR
- Length of Loan in years
- Property Taxes/Insurance/PMI(Escrow)
- Extra Payments
- Insurance
- PMI
Then it will provide the calculations results for the following:
- Total Cost of Mortgage
- Total Monthly Payment
- Months to pay off Mortage
-
Auto Loan Calculator takes input for variables such as:
- Trade-in value
- Down payment
- APR
- Total cost of new car
- Extra monthly payment amount
Then it will provide the calculations results for the following:
- Total Interest Paid
- Total Cost of Loan
- Months to pay off Loan
- Total Monthly Payment
-
Interest Calculator takes input for variables such as:
- Loan Amount
- Monthly Payment
- APR
Then it will provide the calculations results for the following:
- Total Interest Paid
- Total Cost of Loan
- Months to pay off Loan
