Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Calculator

This is a simple calculator application for Android, built using Kotlin.

Description

This project is a basic calculator that performs simple arithmetic operations such as addition, subtraction, multiplication, and division. The user interface is straightforward and easy to use.

Features

  • Basic arithmetic operations (+, -, *, /)
  • Decimal point functionality
  • Clear button to reset the input
  • Handles negative numbers

Tech Stack and Libraries

  • Kotlin: The primary programming language for the application.
  • Android SDK: The software development kit for Android.
  • AppCompat: Provides backward compatibility for older versions of Android.
  • Material Components: A library of components for creating a user-friendly interface.
  • Gradle: The build automation tool used for the project.

Screenshots

(Placeholder for screenshots of the application)

How to Use

  1. Enter a number using the digit buttons.
  2. Press an operator button (+, -, *, /).
  3. Enter another number.
  4. Press the equals button (=) to see the result.
  5. Press the clear button (CLR) to reset the input.

Setup and Installation

To get this project running on your local machine, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/android-calculator.git
  2. Open the project in Android Studio:
    • Launch Android Studio.
    • Select "Open an existing Android Studio project".
    • Navigate to the cloned repository and select it.
  3. Build the project:
    • Android Studio will automatically build the project. If not, go to "Build" > "Make Project".
  4. Run the application:
    • Go to "Run" > "Run 'app'".
    • Select an emulator or a physical device to run the application.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages