https://github.com/mustafakbaser/addition-calculator-app
Android Java Split string practice for a simple calculator app. Exclusively performs addition operations using the split string method.
https://github.com/mustafakbaser/addition-calculator-app
android android-application calculator-application java split-string
Last synced: about 1 month ago
JSON representation
Android Java Split string practice for a simple calculator app. Exclusively performs addition operations using the split string method.
- Host: GitHub
- URL: https://github.com/mustafakbaser/addition-calculator-app
- Owner: mustafakbaser
- Created: 2023-11-11T11:18:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T16:44:48.000Z (over 2 years ago)
- Last Synced: 2025-03-18T06:13:53.999Z (about 1 year ago)
- Topics: android, android-application, calculator-application, java, split-string
- Language: Java
- Homepage:
- Size: 655 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Addition Calculator
This Android application represents a straightforward basic calculator capable of performing addition operations exclusively. The app processes user-input expressions using the `Split string` to execute addition operations.

## Features
- Limited to performing addition (+) operations.
- Processes user-entered expressions and displays the result.
## Usage
The application boasts a user-friendly interface. You can create an expression by clicking on the numerical keys and view the result by clicking the "=" button. Use the "C" button to clear the input.
## Development
The application is developed using Android Studio, employing Java for programming and XML for Android layouts.
## Installation
To clone and run the application locally, follow these steps:
1. Clone this repository to your local machine.
```sh
git clone https://github.com/mustafakbaser/Addition-Calculator-Java.git
```
2. Open Android Studio and select "Open an Existing Project" to open the project.
3. After successfully loading the project, you can run the application on an Android device or virtual device.