- Addition
- Subtraction
- Multiplication
- Division
- Clear button
- Responsive design for various screen sizes
To run the calculator locally on your machine, follow these steps:
-
Clone this repository:
git clone https://github.com/chottuthejimmy/Simple_Calculator.git
-
Open MainAcitivity.kt file:
cd Simple_Calculator/app/src/main/java/com/example/simple_calculator
-
Connect the Android device connect a virtual or a physical android machine and click on
build
option to execute the project
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Create a pull request.
- This calculator was inspired by Code with Cal