Skip to content

Cima9642/Fall-2024-Hello-World

 
 

Repository files navigation

Adulting.io

Android project for team: Hello World.

Prerequisites

  • Android Studio installed on your machine.
  • Java Development Kit (JDK) version 11 or higher.
  • Git installed on your computer.

Clone the Repository

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.git

Using Android Studio Version Control

  1. Open Android Studio
  2. Go to File > New > Project from Version Control
  3. Select git
  4. Enter the respository URL
https://github.com/UTSA-CS-3443/Fall-2024-004-Hello-World.git
  1. Choose the local directory where you want to store the cloned project
  2. Click Done

2024-11-19 17-03-52

Usage

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

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.1%
  • Java 9.3%
  • JavaScript 3.8%
  • CSS 3.8%