This Calculator App is a simple Android application developed using Android Studio. It provides basic arithmetic operations such as addition, subtraction, multiplication, and division in a user-friendly interface.
-
Addition: Perform addition operations by entering two numbers and tapping the "plus" button.
-
Subtraction: Perform subtraction operations by entering two numbers and tapping the "minus" button.
-
Multiplication: Perform multiplication operations by entering two numbers and tapping the "multiply" button.
-
Division: Perform division operations by entering two numbers and tapping the "divide" button.
To install and run the Calculator App:
-
Clone the repository to your local machine.
git clone https://github.com/your-username/calculator-app.git
-
Open the project in Android Studio.
-
Build and run the application on an emulator or a physical Android device.