The Basic Calculator App is a simple yet powerful calculator application that allows users to perform basic arithmetic operations. This repository contains the Android app's source code and the pre-built debug APK file.
- Addition, subtraction, multiplication, and division operations.
- User-friendly interface for easy input and calculation.
- Quick access to the last result for continued calculations.
You can download the pre-built app-debug.apk file from the following location:
Download APK
Alternatively, you can build the app from the source code using Android Studio:
- Clone this repository:
git clone https://github.com/yourusername/Basic_Calculator.git - Open the project in Android Studio.
- Build and run the app on your Android device or emulator.
- Launch the Basic Calculator app on your Android device.
- Enter the numbers and select the desired operation (+, -, *, /).
- Tap the "=" button to see the result.
- To perform another calculation, simply update the numbers and operation.
Contributions are welcome! If you find any issues or would like to add new features, feel free to submit a pull request.
Created by Hamed - Feel free to contact me! 📧
Note: Screenshots and project structure are for illustration purposes and may differ in actual implementation.


