/BasicCalculator

A basic calculator Android app built with Java and Android Studio, supporting essential operations like addition, subtraction, multiplication, and division.

Primary LanguageJavaMIT LicenseMIT

BasicCalculator

This is my first Android projectβ€”a Basic Calculator app developed using Android Studio and Java. The app performs fundamental mathematical operations, including:

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)

πŸ“± App Screenshot

Screenshot_01 Screenshot_02

πŸš€ Features

  • Intuitive and user-friendly interface.
  • Supports real-time calculations with a responsive design.

πŸ› οΈ Tools & Technologies

  • Language: Java
  • IDE: Android Studio

πŸ“– How to Use

  1. Clone the repository:
    git clone https://github.com/MuzakkirHossainMinhaz/BasicCalculator.git  
  2. Open the project in Android Studio.
  3. Build and run the app on an Android device or emulator.

🌱 What I Learned

  • Basics of Android app development.
  • UI design and layout structuring in Android Studio.
  • Handling user inputs and button clicks.

🀝 Contributions

This is a beginner-friendly project. Feedback and suggestions are welcome! Feel free to open an issue or a pull request.

πŸ“œ License

This project is licensed under the MIT License. See the LICENSE file for details.


πŸ“£ Acknowledgment

This project marks the beginning of my journey into Android development!