Skip to content

a Simple Android Calculator Application Using Kotlin Language

Notifications You must be signed in to change notification settings

MoeeinAali/Android-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

This is a simple calculator application developed using Kotlin language with XML for layout and exp4j library for mathematical expressions evaluation.

text

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division.
  • Support for parentheses in expressions.
  • Error handling for invalid expressions.

Installation

  1. Clone the repository:
git clone https://github.com/your-username/simple-calculator.git
  1. Open the project in Android Studio.
  2. Build and run the application on an Android emulator or a physical device.

Usage

  1. Launch the application on your device.
  2. Enter a mathematical expression using the provided keypad.
  3. Press the "=" button to calculate the result.
  4. The result will be displayed on the screen.

Dependencies

exp4j: A Java library for evaluating mathematical expressions.

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to open an issue or submit a pull request.

About

a Simple Android Calculator Application Using Kotlin Language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages