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
- Host: GitHub
- URL: https://github.com/chuthientuan/calculator
- Owner: chuthientuan
- Created: 2024-06-28T03:04:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-18T14:00:01.000Z (over 1 year ago)
- Last Synced: 2024-07-19T09:04:01.395Z (over 1 year ago)
- Topics: android, android-app, android-studio, calculator-app, calculator-java
- Language: Java
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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