This is an Android application developed as a part of a tutorial series.
Simple Calculator app that performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Addition of two numbers
- Subtraction of two numbers
- Multiplication of two numbers
- Division of two numbers
To run this application on your Android device, follow these steps:
- Clone this repository to your local machine
- Open the project in Android Studio.
- Build and run the project on an Android emulator or a physical device.
- Launch the application on your Android device.
- Enter two numbers in the respective input fields.
- Select the desired operation (addition, subtraction, multiplication, or division) by clicking the corresponding button.
- View the result displayed in a toast message.
- Contributions are welcome! If you find any bugs or want to add new features, please feel free to submit a pull request.
- This project is developed as a part of a tutorial series.
- Thanks to Android Developers for providing resources and documentation.