/Calculator

Calculator App on Kotlin

Primary LanguageKotlin

Calculator App

Screenshot 2024-02-01 at 1 37 04 PM

Description

This Calculator App is a simple yet powerful tool designed to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. It features a user-friendly interface allowing for easy input and displays results in real-time. The app supports direct typing, enabling users to enter equations just as they would on paper.

Features

Basic arithmetic operations: addition, subtraction, multiplication, division. Square root calculations. Real-time result display. User-friendly interface with direct typing support.

Setup

To run this project, follow these steps:

  1. Clone the repository to your local machine.
  2. Open the project in Android Studio.
  3. Build the project by navigating to Build > Make Project.
  4. Run the app on an emulator or a physical device by navigating to Run > Run 'app'.

Usage

  1. Open the app on your device.
  2. Use the numeric buttons to type in your equation.
  3. Use the operation buttons (+, -, *, /) to add operations.
  4. Tap the square root button to apply the square root operation.
  5. Tap the equals button (=) to compute and display the result.
  6. Use the AC button to clear the current operation and start a new one.

Contributing

Contributions are welcome! Please feel free to submit pull requests or open issues to suggest features or report bugs.

License

This project is licensed under the MIT License - see the LICENSE file for details.