An open API service indexing awesome lists of open source software.

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.

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

![cal-ezgif com-video-to-gif-converter (1)](https://github.com/user-attachments/assets/371e8628-b0d5-4e61-8fd6-773da67193dd)