An open API service indexing awesome lists of open source software.

https://github.com/greycloudss/android-loan-calculator


https://github.com/greycloudss/android-loan-calculator

Last synced: over 1 year ago
JSON representation

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!