Skip to content

mar19a/ArithmeticOperations

Repository files navigation

Arithmetic Calculator Android App

Screenshot 2024-02-01 at 12 24 00 AM

Overview

This repository contains the source code for a simple Android arithmetic calculator app. The app provides a user-friendly interface that allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, division, and modulus.

Features

  • Basic Arithmetic Operations: Users can select the desired operation (+, -, x, /, %) from a dropdown menu.
  • Input Validation: The app checks for valid numeric input and prevents operations like division by zero.
  • Responsive UI: The layout adjusts to various screen sizes ensuring a consistent user experience across different Android devices.

Installation

To run this application, you will need Android Studio. Clone this repository and import it into Android Studio.

Build the project and run it on an emulator or a real device.

Usage

To use the calculator:

  1. Enter a number in the first input field (Input 1).
  2. Enter a number in the second input field (Input 2).
  3. Select an arithmetic operation from the dropdown menu.
  4. Press the "Calculate" button to see the result displayed below the button.

Contributing

Contributions to the Arithmetic Calculator app are welcome! Please refer to the CONTRIBUTING.md for the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Thanks to all the contributors who spend time to help improve this simple app.
  • Special thanks to Android and Google for providing the tools and libraries to build Android apps.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages