Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vinayakvthayil/calculator

The Android Calculator is a basic calculator application developed using Android Studio and Java.
https://github.com/vinayakvthayil/calculator

android-studio java

Last synced: 15 days ago
JSON representation

The Android Calculator is a basic calculator application developed using Android Studio and Java.

Awesome Lists containing this project

README

        

# Android Calculator

## Description
The Android Calculator is a basic calculator application developed using **Android Studio** and **Java**. It provides essential arithmetic operations in a simple, user-friendly interface.

## Features
- **Basic Arithmetic Operations**: Perform addition, subtraction, multiplication, and division.
- **User Interface**:
- Buttons for numbers 0-9, decimal point, and arithmetic operators (+, -, *, /).
- **Clear Button (C)**: Clears all fields.
- **Backspace Button**: Deletes the last entered character.
- **Display**: Results are displayed in a **TextView**.
- **Layout**: Designed with a **LinearLayout** and a **GridLayout** for button arrangement.

## How to Use
1. **Input First Number**: Use the number pad to enter the first number.
2. **Select an Operation**: Tap on the desired operation button (+, -, *, /).
3. **Input Second Number**: Enter the second number.
4. **Perform Calculation**: Press the **‘=’** button to display the result.
5. **Delete Characters**: Use the **Backspace** button to remove the last character.
6. **Clear Fields**: Tap the **‘C’** button to reset all inputs.

## Technologies Used
- **Java**
- **Android Studio**

## Screenshot



Screenshot_20241020_031130
Screenshot_20241020_031045
Screenshot_20241020_031104