Skip to content

yashwanth-adimulam/MyCalculator

Repository files navigation

MyCalculator

Hello! 👋 Welcome to MyCalculator, a simple calculator app developed using Kotlin in Android Studio. This basic app allows you to perform essential arithmetic operations like addition, subtraction, multiplication, and division with ease.

Technology Stack

This application was built using:

  • Android Studio Koala version 2024.1.1 Patch 2
  • Gradle version 8.7

If you're using different versions of these tools, some adjustments may be required for compatibility.

Features

Clean User Interface

When you open the app, you’ll be greeted by a straightforward and user-friendly interface, making it easy to perform calculations.

Supported Operations:

1. Addition Perform quick addition operations between two numbers. image

2. Subtraction Effortlessly subtract one number from another. image

3. Multiplication Carry out multiplication with ease. image

4. Division Perform division operations, making sure not to divide by zero! 😄
image

How to Get Started

Ready to use MyCalculator? Here’s how to get it up and running: 1. Clone the Repository: Clone this repository to your local machine. Make sure you have the same versions of Android Studio and Gradle as mentioned above. 2. Create a New Project: Alternatively, create a new project in Android Studio, selecting "Empty Views Activity." 3. Add the Necessary Files: You’ll primarily work with the following files:

  • In app/src/main/java/com/example/<your_project_name>:
    • MainActivity.kt
  • In app/src/main/res/layout:
    • activity_main.xml

Future Updates

This is just the beginning! 🚀 Future updates will include more advanced mathematical operations and features like history and memory functions. Stay tuned for these exciting additions.

Contributions

Feel free to explore, modify, or improve the code. If you have any suggestions or feature requests, I’d love to hear them! Let’s work together to make MyCalculator even better.

Thanks for stopping by, and happy calculating! 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages