https://github.com/tutorialsandroid/calculator-app-android-java
A beautiful and modern calculator app built using Java and Material Design for Android. This app provides a clean and user-friendly interface for basic arithmetic calculations.
https://github.com/tutorialsandroid/calculator-app-android-java
android android-app android-application calculator calculator-application java
Last synced: 9 months ago
JSON representation
A beautiful and modern calculator app built using Java and Material Design for Android. This app provides a clean and user-friendly interface for basic arithmetic calculations.
- Host: GitHub
- URL: https://github.com/tutorialsandroid/calculator-app-android-java
- Owner: TutorialsAndroid
- License: mit
- Created: 2025-03-11T15:44:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T17:54:23.000Z (9 months ago)
- Last Synced: 2025-03-18T18:48:28.493Z (9 months ago)
- Topics: android, android-app, android-application, calculator, calculator-application, java
- Language: Java
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ฑ Material Design Calculator App
A **beautiful and modern** calculator app built using **Java** and **Material Design** for Android. This app provides a clean and user-friendly interface for basic arithmetic calculations.
---
## โจ Features
โ
**Material Design UI** โ Sleek and modern interface
โ
**Basic Arithmetic Operations** โ Addition, Subtraction, Multiplication, Division
โ
**Responsive Layout** โ Works on all screen sizes
โ
**Error Handling** โ Displays errors for invalid expressions
โ
**Lightweight & Fast** โ Minimal dependencies for smooth performance
---
## ๐ ๏ธ Installation
1. Clone the repository:
```sh
git clone https://github.com/your-username/Calculator-App-Android-Java.git
```
2. Open the project in **Android Studio**.
3. Build and run the app on an emulator or a physical device.
---
## ๐ Project Structure
```
๐ Material-Calculator
โโโ ๐ app
โ โโโ ๐ src/main/java/com/app/calculator
โ โ โโโ MainActivity.java
โ โโโ ๐ res/layout
โ โ โโโ activity_main.xml
โ โโโ AndroidManifest.xml
โ
โโโ build.gradle
โโโ README.md
```
---
## ๐ Usage
- Tap on the number buttons to enter a calculation.
- Use `+`, `-`, `ร`, and `รท` for arithmetic operations.
- Press `=` to evaluate the expression.
- Press `C` to clear the input.
---
## ๐ Dependencies
- **Exp4j** (Expression evaluation):
```gradle
implementation 'net.objecthunter:exp4j:0.4.8'
```
---
## ๐ License
This project is licensed under the **MIT License**.
---
## ๐ Contributing
Feel free to fork this project and submit pull requests!
---
## ๐ง Contact
๐ฉ **Akshay** โ akshaysunilmasram@yahoo.com
๐ฆ **Instagram** โ [@coderx09](https://instagram.com/coderx09)
๐ **GitHub** โ [TutorialsAndroid](https://github.com/TutorialsAndroid)
๐ฉ **Telegram** - [Akshay](https://t.me/a_masram444)