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.
- 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.
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
- Clone the Repository:
git clone <repository-url>
- Open in android studio
- Sync with gradle and build app
Watch a quick demo of the Calculator UI in action: Click here