MohamedKamalOthman / kotlin-calculator-1

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-1.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 (C).

Demo Video

Calculator.1.mp4

Screenshots

Image20230706091455

About


Languages

Language:Kotlin 100.0%