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

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.

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.


![Screenshot](https://github.com/mustafakbaser/Addition-Calculator-Java/blob/master/in-app-screenshot.png)

## 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.