https://github.com/greycloudss/android-loan-calculator
https://github.com/greycloudss/android-loan-calculator
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/greycloudss/android-loan-calculator
- Owner: greycloudss
- Created: 2024-12-06T23:58:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T13:25:33.000Z (over 1 year ago)
- Last Synced: 2025-02-03T08:36:42.827Z (over 1 year ago)
- Language: Java
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Loan Calculator
This project is an Android application designed to calculate loan payments using three different interest calculation methods: Linear, Exponential, and Annuential loans. It provides a user-friendly interface for inputting loan details and a visual graph for analyzing monthly payment distributions.
## Features
- **Three Loan Types**: Supports calculations for Linear, Exponential, and Annuential loan types.
- **Dynamic Graphing**: Displays monthly payment schedules graphically using MPAndroidChart.
- **Customizable Payment Delay**: Allows users to postpone payments for a specific range of months.
- **Input Validation**: Ensures valid data entry to prevent calculation errors.
- **Material Design Interface**: Built using Android's modern UI components for a sleek and intuitive user experience.
## Used
- **Java**: The primary programming language used for the application.
- **Android SDK**: Tools and libraries for developing the Android application.
- **MPAndroidChart**: Library for creating dynamic graphs in Android apps.
- **Gradle**: Build automation tool for dependency management.
## Contribution
Contributions are welcome! If you would like to contribute, please fork the repository and submit a pull request.
## Acknowledgments
- [Android Developers](https://developer.android.com/) - Official Android development documentation.
- [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) - Library used for graphing.
- [Gradle](https://gradle.org/) - Build automation and dependency management tool.
## Contact
Discord: AntiHeresy
---
Thank you for checking out this project!