/CalculatorApp

Simple Mobile Calculator Application

Primary LanguageJava

CalculatorApp

CalculatorApp is a basic calculator application for Android devices, built using Android Studio and Java.

Features

  • Basic Arithmetic Operations: Perform addition, subtraction, multiplication, power, and division.
  • Clear Function: Clear the current input and start a new calculation.
  • User-Friendly Interface: Simple and intuitive design for easy use.

Screenshots

calc

Installation

To install and run this application on your device, follow these steps:

  1. Clone the repository:
    git clone https://github.com/YasminElgendi/CalculatorApp.git
    
  2. Open the project in Android Studio::
  • Launch Android Studio.
  • Select Open an existing Android Studio project.
  • Navigate to the cloned directory and select it.
  1. Build the project:

  2. Run the application:

  • Connect your Android device via USB or start an emulator.
  • Click the Run button or press Shift+F10.

Usage

Performing Calculations:

  • Open the app to access the calculator.
  • Use the number buttons to enter your calculation.
  • Use the operation buttons (+, -, *, /,^) to perform arithmetic operations.
  • Press the = button to get the result.
  • Use the C (Clear) button to clear the current input.