A simple Android app to calculate monthly loan payments based on loan amount, interest rate, and loan term.
- Input loan amount, interest rate, and loan term.
- Calculate and display the monthly payment.
- Android Studio installed on your machine.
- Android SDK configured.
- Clone the repository:
git clone https://github.com/LeeLupton/LoanCalculator.git
- Open the project in Android Studio.
- Sync Gradle and build the project.
- Run the app on an emulator or physical device.
This project is licensed under the MIT License - see the LICENSE file for details.