Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arpitaswal/basicandroidcalculator
Basic Calculator is built to provide a straightforward and efficient solution for everyday basic calculation needs. Its simple interface, combined with theme options, ensures ease of use and visual comfort. Open the Basic Calculator app. Perform calculations by pressing the image buttons for numbers and operators.
https://github.com/arpitaswal/basicandroidcalculator
kotlin-android mathematics stack
Last synced: about 1 month ago
JSON representation
Basic Calculator is built to provide a straightforward and efficient solution for everyday basic calculation needs. Its simple interface, combined with theme options, ensures ease of use and visual comfort. Open the Basic Calculator app. Perform calculations by pressing the image buttons for numbers and operators.
- Host: GitHub
- URL: https://github.com/arpitaswal/basicandroidcalculator
- Owner: ArpitAswal
- Created: 2024-06-15T18:02:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T19:03:08.000Z (8 months ago)
- Last Synced: 2024-11-10T15:47:39.285Z (3 months ago)
- Topics: kotlin-android, mathematics, stack
- Language: Kotlin
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic Calculator is a user-friendly mobile application designed to perform simple arithmetic operations efficiently. The app is tailored for everyday calculation needs, featuring essential functions and a clean, intuitive interface with both light and dark themes.
![Screenshot_2024-06-16-00-02-48-487_com example basiccalculator 1](https://github.com/ArpitAswal/BasicAndroidCalculator/assets/87036588/d9cbcea8-0dc0-4ba7-ab81-ed815f71e85c)
![Screenshot_2024-06-16-00-03-40-710_com example basiccalculator 1](https://github.com/ArpitAswal/BasicAndroidCalculator/assets/87036588/3c697eae-7f50-450c-aa95-3d580cd1f93d)
Features:
Basic Operations:
Addition (+): Perform addition of two or more numbers.
Subtraction (−): Subtract one number from another.
Multiplication (×): Multiply two or more numbers.
Division (÷): Divide one number by another.
Modulus (%): Calculate the remainder of a division operation.Editing Functions:
Delete Last Entry: Remove the last digit or operator entered.
Clear All (AC): Clear all inputs and outputs, resetting the calculator for a new calculation.Decimal Calculations:
Perform calculations involving decimal numbers for precise results.
User Interface:
Light Theme (Default): A clean, white background for optimal visibility in well-lit environments.
Dark Theme: A sleek, black background for comfortable use in low-light conditions.All buttons, including numbers and operators, are image buttons for a consistent and polished look.
Usage Scope:
Designed for basic, everyday calculations.
Not intended for complex or large-scale calculations.Technologies Used:
Kotlin: Primary programming language for app development.
Android SDK: For building and deploying the Android application.