It is a simple counter application created using Kotlin-Jetpack Compose that counts everytime the user presses the button.
The application has the following features:
- Add Button - it increments the count.
- Minus Button - it decrements the count.
- User Input - the user can input an interval for counting, but this is limited to up to three digits.
- Reset Button - this will reset the count.
The following are the steps to run the application:
- Clone the repository.
- Open the repository using Android Studio.
- Create an virtual emulator in Android Studio using your preferred settings or use physical device.
- Run the mobile application.