https://github.com/betullesen/calculator
A simple calculator app developed with Kotlin, allowing users to perform addition, subtraction, multiplication, and division. The app provides a user-friendly interface using Android SDK and modern UI components.
https://github.com/betullesen/calculator
android android-sdk kotlin linearlayout viewbinding
Last synced: 9 months ago
JSON representation
A simple calculator app developed with Kotlin, allowing users to perform addition, subtraction, multiplication, and division. The app provides a user-friendly interface using Android SDK and modern UI components.
- Host: GitHub
- URL: https://github.com/betullesen/calculator
- Owner: betullesen
- Created: 2024-11-17T13:34:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-19T12:04:46.000Z (over 1 year ago)
- Last Synced: 2025-05-21T14:37:51.664Z (about 1 year ago)
- Topics: android, android-sdk, kotlin, linearlayout, viewbinding
- Language: Kotlin
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator Android App
This app is a simple calculator that allows the user to perform addition, subtraction, multiplication, and division with two numbers.
## **Libraries and Tools Used:**
- **Android SDK**: It provides the necessary APIs and tools for the application to run on Android devices.
It is a basic component to run and test the project on Android devices.
- **XML**: It is used for designing the user interface of the application.
- **Gradle**: It manages project dependencies and automates the build process.
- **View Binding**: Provides direct access to UI components, enabling safer and more efficient code.
- **ConstraintLayout**: Ensures flexible and efficient placement of visual components according to the screen size.
- **LinearLayout**: Organizes buttons horizontally.
- **TextView**: Displays the results of calculations.
- **EditText**: Allows the user to input numbers.
- **Button**: Enables user interaction for calculation operations.
## Preview
