HafsaTATA / Calculator_app

TP in Android dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Calculator App 📱

WhatsApp Image 2023-10-22 at 13 38 22

👉 Overview

This is a simple Android Calculator app that I developed using Java. It's designed to perform basic arithmetic operations and serve as a learning project for me .

👉 Features

  • Addition, subtraction, multiplication, and division
  • Clear button to reset the input
  • Clear all to reset the entire calculation
  • Delete last digit or character entered
  • Modulo operation (%)
  • x^2 (square)
  • √x (square root)
  • 1/x (reciprocal)

💻Prerequisites

Android Studio Android Emulator or Physical Android Device

🔧Installation

Clone the repository to your local machine:

bash Copy code git clone https://github.com/HafsaTATA/Calculator_app.git Open the project in Android Studio.

Build and run the app on an Android Emulator or a physical Android device.

Usage

Enter numbers and perform calculations using the buttons provided.

📰 License

This project is open-source and available under the MIT License.

💁Contributing

If you'd like to contribute to this project, please fork the repository and create a pull request. You can also open issues for bug reports or feature requests.

About

TP in Android dev


Languages

Language:Java 100.0%