Skip to content

Darkrock04/Calculator_app

Repository files navigation

Calculator_App

A simple calculator app developed in Android Studio using java, following the Model-View-Controller (MVC) architecture.

Introduction

This calculator app provides basic arithmetic operations. It also supports decimal numbers calculations. The app is designed with a user-friendly interface for easy interaction.

Features

  • Addition (+)
  • Subtraction (-)
  • Multiplication (×)
  • Division (÷)
  • Clear (AC)
  • Backspace (C)

Architecture

The app follows the Model-View-Controller architecture:

  • Model: Contains the business logic and data processing algorithms.

  • View: Displays the user interface and receives input events.

  • Controller: Handles user input and interacts with the model and view components.

Installation

To use this calculator app

Usage

  • Tap on digits (0-9) and operators (+, -, ×, ÷) to perform calculations.
  • Tap on the clear (AC) button to clear the current input.
  • Tap on the backspace (C) button to delete the last character.

Screenshots

Screenshot 2024-09-17 234726 Screenshot 2024-09-17 225547

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages