A modern and user-friendly Android Calculator application built using Kotlin and XML. The app provides basic arithmetic operations with a clean and intuitive user interface inspired by Material Design principles.
- ➕ Addition
- ➖ Subtraction
- ✖️ Multiplication
- ➗ Division
- 🟰 Instant Result Calculation
- 🧹 Clear Function
- 📱 Responsive UI
- 🎨 Modern Material Design Components
- Kotlin
- Android Studio
- XML
- Material Components for Android
- Gradle
app/
├── src/
│ ├── main/
│ │ ├── java/
│ │ ├── res/
│ │ │ ├── layout/
│ │ │ ├── drawable/
│ │ │ └── values/
│ │ └── AndroidManifest.xml
└── build.gradle
- Android Studio
- Android SDK
- JDK 17 or later
- Clone the repository:
git clone https://github.com/your-username/calculator-app.git-
Open the project in Android Studio.
-
Sync Gradle files.
-
Build and run the application on an emulator or Android device.
- Open the Calculator App.
- Enter numbers using the keypad.
- Select an arithmetic operation.
- Press
=to view the result. - Use
CorACto clear the current calculation.
- Scientific Calculator Functions
- Calculation History
- Dark Mode Support
- Percentage Calculations
- Memory Functions (M+, M-, MR, MC)
Contributions are welcome!
- Fork the repository
- Create a feature branch
git checkout -b feature-name- Commit your changes
git commit -m "Add new feature"- Push to GitHub
git push origin feature-name- Open a Pull Request
This project is licensed under the MIT License.
Parineet Kakde
GitHub: https://github.com/ParineetKakde
⭐ If you found this project useful, please give it a star!
