Skip to content

nourhanbakry/SimpleCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

A simple Android calculator application built using Java and Android's ConstraintLayout with View Binding. This app allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, division, and modulus.

Features

  • Basic Arithmetic Operations: Supports addition (+), subtraction (-), multiplication (*), division (/), and modulus (%).
  • Clear Functionality: Reset the display to start a new calculation.
  • User-Friendly Interface: Clean layout with buttons for digits (0-9), decimal point, and operations.
  • View Binding: Utilizes Android's View Binding for efficient UI management.
  • Responsive Design: Adapts to system bars with proper padding for an immersive experience.

Prerequisites

To build and run this project, you need:

  • Android Studio (latest stable version recommended)
  • JDK 11 or higher
  • Android SDK (minSdk 24, targetSdk 36)
  • A device or emulator running Android 7.0 (Nougat) or above

Setup Instructions

  1. Clone the Repository:
    git clone <repository-url>
  2. Open in android studio
  3. Sync with gradle and build app

Demo

Watch a quick demo of the Calculator UI in action: Click here

About

simple android calculator app build with java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages