This is a simple calculator app built using Kotlin. The app provides basic arithmetic operations such as addition, subtraction, multiplication, and division. This app was builded during The Complete Android 12 & Kotlin Development Masterclass by tutorialseu to practice my new Kotlin skills
You can see a demo of the app in action below:
The calculator app has the following features:
- Addition, subtraction, multiplication, and division operations.
- Clear button to reset the calculator.
- Decimal point button to input decimal numbers.
- Kotlin programming language.
- Android Studio IDE.
To run the calculator app on your local machine, follow these steps:
- Clone this repository.
- Open the project in Android Studio.
- Build and run the app on your emulator or physical device.
Contributions are always welcome! If you want to contribute to this project, please follow these steps:
- Fork this repository.
- Create a new branch with your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request.
- Thanks to tutorialseu specially Denis Panjuta.
- Thanks to the Kotlin community for creating a great programming language.
- Thanks to the Android community for creating great tools and resources for app development.