Skip to content

Commit e094f9c

Browse files
authored
Create README.md
1 parent af1cdb0 commit e094f9c

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<h1>Calculator App - Android Project</h1>
2+
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>
30+
31+
If you would like to contribute to this project, please fork the repository and submit a pull request.
32+
<h2>License</h2>
33+
34+
This project is licensed under the MIT License - see the LICENSE file for details.
35+
<h2>Tags</h2>
36+
37+
android, calculator, java, arithmetic operations, mobile app, open source.

0 commit comments

Comments
 (0)