This is a straightforward calculator Android application developed using Kotlin in Android Studio.
The Calculator app enables users to perform basic arithmetic calculations on their Android devices. It supports addition, subtraction, multiplication, and division operations.
- User-friendly interface for easy number input and operation selection.
- Arithmetic buttons for addition (+), subtraction (-), multiplication (*), and division (/).
- Clear button (C) to reset the current input.
- Responsive layout optimized for various screen sizes.
-
Clone the repository:
git clone https://github.com/kamatchi-somesh/PRODIGY_AD_01.git
-
Open the project in Android Studio:
- Launch Android Studio.
- Choose "Open an existing Android Studio project."
- Navigate to the cloned directory and select the project.
-
Build and run the app:
- Build the project.
- Select a target device or emulator.
- Run the application.
- Tap on the numeric buttons to input numbers.
- Use the arithmetic buttons (+, -, *, /) for respective calculations.
- Press the 'C' button to clear the current input.
- Kotlin
- Android Studio