Kotlin Finance App is an application developed in Kotlin using Android Studio to assist in managing financial expenses. This readme will provide an overview of the project, usage instructions, and information about its key features.
The app aims to provide an intuitive and user-friendly interface for monitoring expenses, recording income, and tracking the financial balance. It utilizes resources such as:
- Color files (color) for a pleasant visual experience.
- String files for centralized text management and easy translation.
- Files in the drawable directory for images and icons used in the interface.
- Layout pages (layout) to organize and structure the different screens of the app.
-
Expense and Income Recording
- Allows the user to add new expenses and income, including details like amount, category, and date.
-
History Viewing
- Displays a detailed history of transactions, making it easy to track expenses over time.
-
Category Management
- Offers the option to categorize expenses and income for better organization and data analysis.
-
Balance Calculation
- Automatically calculates the financial balance based on recorded transactions, providing a clear view of the current financial situation.
- Clone the repository:
git clone https://github.com/lucasgearhead/Kotlin-Finance-App.git
. - Open the project in Android Studio.
- Build and run the app on an Android device or emulator.