CalculatorApp is a basic calculator application for Android devices, built using Android Studio and Java.
- 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.
To install and run this application on your device, follow these steps:
- Clone the repository:
git clone https://github.com/YasminElgendi/CalculatorApp.git
- Open the project in Android Studio::
- Launch Android Studio.
- Select Open an existing Android Studio project.
- Navigate to the cloned directory and select it.
-
Build the project:
-
Run the application:
- Connect your Android device via USB or start an emulator.
- Click the
Run
button or pressShift+F10
.
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.