Calculator is a basic Android application built using Kotlin. It allows users to perform fundamental arithmetic operations, including addition, subtraction, multiplication, and division. The app features a clean and user-friendly interface designed for quick and easy calculations.
✔ Basic Arithmetic Operations (Addition, Subtraction, Multiplication, Division)
✔ Real-time Input Handling
✔ Error Handling for Division by Zero
✔ Clear Button to Reset Inputs
✔ Lightweight and Fast Performance
git clone https://github.com/yourusername/kotlin-calculator.git- Launch Android Studio.
- Click Open an Existing Project.
- Select the cloned
kotlin-calculatorfolder. - Wait for Gradle to sync.
- Connect an Android device (or use an emulator).
- Click the Run ▶ button in Android Studio.
- The app will launch on your selected device.