Skip to content

Android Java Split string practice for a simple calculator app. Exclusively performs addition operations using the split string method.

Notifications You must be signed in to change notification settings

mustafakbaser/Addition-Calculator-App

Repository files navigation

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

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.

       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.

About

Android Java Split string practice for a simple calculator app. Exclusively performs addition operations using the split string method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages