Skip to content

Commit ad66df3

Browse files
authored
Update README.md
1 parent e094f9c commit ad66df3

1 file changed

Lines changed: 30 additions & 33 deletions

File tree

README.md

Lines changed: 30 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,34 @@
1-
<h1>Calculator App - Android Project</h1>
1+
# XNCoder/Calculator-Android
22

3-
This Android project is a simple calculator app that performs basic mathematical operations like addition, subtraction, multiplication, and division. The app is built using Java programming language and Android Studio.
4-
<h2>Features</h2>
5-
<ul>
6-
<li>Addition</li>
7-
<li>Subtraction</li>
8-
<li>Multiplication</li>
9-
<li>Division</li>
10-
<li>Clear button</li>
11-
<li>Error handling for division by zero</li>
12-
</ul>
13-
<h2>Installation</h2>
14-
<ol>
15-
<li>Clone the repository using git clone https://github.com/XNCoders/Calc.git or download the ZIP file and extract it.</li>
16-
<li>Open the project in Android Studio.</li>
17-
<li>Build the project using Gradle.</li>
18-
<li>Run the app on an Android device or emulator.</li>
19-
</ol>
20-
<h2>Usage</h2>
21-
<ol>
22-
<li>Open the app.</li>
23-
<li>Enter the first number using the number buttons.</li>
24-
<li>Select the operation you want to perform using the corresponding button.</li>
25-
<li>Enter the second number using the number buttons.</li>
26-
<li>Press the equals button to perform the operation.</li>
27-
<li>Press the clear button to clear the input fields and result.</li>
28-
</ol>
29-
<h2>Contributing</h2>
3+
## Overview
4+
XNCoder/Calculator-Android is a simple, lightweight calculator app developed in Java for Android. It provides basic mathematical operations like addition, subtraction, multiplication, and division. The app is designed to be user-friendly and efficient for everyday calculations.
305

31-
If you would like to contribute to this project, please fork the repository and submit a pull request.
32-
<h2>License</h2>
6+
## Features
7+
- **Basic Operations:** Perform addition, subtraction, multiplication, and division.
8+
- **Clear Functionality:** Easily clear all inputs and results with a clear button.
9+
- **Error Handling:** Gracefully handles division by zero with appropriate error messages.
3310

34-
This project is licensed under the MIT License - see the LICENSE file for details.
35-
<h2>Tags</h2>
11+
## Installation
12+
To install and run the app on your Android device or emulator, follow these steps:
13+
1. Clone the repository:
14+
git clone https://github.com/xn-coder/Calculator-Android
15+
2. Open the project in Android Studio.
16+
3. Build the project using Gradle.
17+
4. Run the app on an Android device or emulator.
3618

37-
android, calculator, java, arithmetic operations, mobile app, open source.
19+
## Usage
20+
1. Launch the app on your device.
21+
2. Input numbers using the on-screen number pad.
22+
3. Choose the desired operation (addition, subtraction, multiplication, division).
23+
4. Input the second number.
24+
5. Tap the equals button to see the result.
25+
6. Use the clear button to reset everything and start a new calculation.
26+
27+
## Contributing
28+
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
29+
30+
## About
31+
This project is developed by XNCoders as an open-source initiative to provide a simple and effective calculator app for Android users.
32+
33+
## Contact
34+
For more information and support, please contact the repository owner.

0 commit comments

Comments
 (0)