I could only find apps on my android phone that had ads on them when I used their simple multiplication for counting the cash register at night. I got fed up with this so I used Android studio to make my own. This is a simple Android app that allows users to input quantities of various currency denominations. The app calculates and displays the total value in real time.
- Supports the following currency denominations:
- 1¢, 5¢, 10¢, 25¢, $1, $5, $10, $20, $50, $100.
- User-friendly interface with input fields for each denomination.
- Real-time calculation of total value.
- Android Version: API Level 21 (Android 5.0) or higher
- Build Tool: Gradle
- Kotlin Version: 1.9.20
- Compose Version: 1.5.4
- Download the APK file: Currency_Counter
- Transfer the APK to your Android device.
- Open the APK file and install the app.
- Open the app.
- Enter the quantity of each currency denomination in the corresponding input field.
- The app will calculate and display the total amount at the bottom.
- Language: Kotlin
- Framework: Android Jetpack Compose
- IDE: Android Studio
- Add support for international currencies.
- Improve UI design and add animations.
KlassicCole