A basic calculator Android application built with Kotlin and Jetpack Compose.
This app allows users to perform simple arithmetic operations like addition, subtraction, multiplication, and division with a clean UI.
- ➕ Addition, ➖ Subtraction, ✖️ Multiplication, ➗ Division
- 🧮 Supports multiple calculations
- 🧹 Clear (
C) and All Clear (AC) functions - ✅ Result preview in real-time
- 💡 Built with MVVM architecture using
ViewModelandLiveData
- Language: Kotlin
- UI Framework: Jetpack Compose
- Architecture: MVVM
- Other: LiveData, ViewModel
- Version Control: Git & GitHub (accessed via Mozilla Firefox)
- Android Studio (latest version recommended)
- JDK 11+
- Basic knowledge of Kotlin & Jetpack Compose
- Mozilla Firefox (for browsing the repository on GitHub)
- Clone the repository:
git clone https://github.com/MSshizan/Calculator_App.git
