MohamedKamalOthman / kotlin-calculator-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator Android App

This is a simple calculator app for Android, written in Kotlin. It was developed as a task for Ejada Systems.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division
  • Clear button to reset the calculator
  • User-friendly interface

Requirements

  • Android Studio 4.0 or later
  • Kotlin 1.3 or later

Installation

  • Clone the repository:
git clone https://github.com/MohamedKamalOthman/kotlin-calculator-3.git
  • Open the project in Android Studio.

  • Build and run the app on an Android device or emulator.

Usage

  • Enter the first operand using the number buttons.
  • Select the operation you want to perform (+, -, x, or ÷).
  • Enter the second operand using the number buttons.
  • Press the equals button (=) to calculate the result.
  • To clear the calculator, press the clear button (AC).

Demo Video

Calculator3.mp4

Screenshots

45676767-f89e-4f22-b28f-c9b6620e7d73

About


Languages

Language:Kotlin 100.0%