This Application represents a streamlined calculator solution optimized for the Android platform.
- Basic arithmetic operations (addition, subtraction, multiplication, division).
- Clear button to reset the input.
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/HartzFrequency/Calculator.Android.git
-
Open the project in Android Studio.
-
Build and run the app on an Android emulator or a physical device.
- Enter numbers and perform calculations using the buttons provided.
- Use the "C" button to clear the input.
Contributions are welcome! 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 "Description of your changes"
-
Push your changes to your fork:
git push origin feature-name
-
Create a pull request on the original repository.
- Thank you to the open-source community for their contributions and support.