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

https://github.com/chuthientuan/calculator

A basic calculator app for Android
https://github.com/chuthientuan/calculator

android android-app android-studio calculator-app calculator-java

Last synced: 9 months ago
JSON representation

A basic calculator app for Android

Awesome Lists containing this project

README

          

# Calculator

## Overview

This is a basic calculator application developed in Java. It supports fundamental arithmetic operations and is designed for simple, everyday calculations. The project uses Gradle for build automation.

## Key Features

- Addition
- Subtraction
- Multiplication
- Division

## Installation

1. Clone the repository:
```sh
git clone https://github.com/chuthientuan/Calculator.git
```
2. Navigate to the project directory:
```sh
cd Calculator
```
3. Build the project using Gradle:
```sh
./gradlew build
```

## Technologies Used:

- Programming Language: Java
- Build Tool: Gradle

## Screenshots