https://github.com/captaincluster/androidcalculator
This is my first Android Studio program.
https://github.com/captaincluster/androidcalculator
Last synced: 4 months ago
JSON representation
This is my first Android Studio program.
- Host: GitHub
- URL: https://github.com/captaincluster/androidcalculator
- Owner: CaptainCluster
- Created: 2023-03-19T13:21:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T07:13:48.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T02:40:27.324Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AndroidCalculator
AndroidCalculator is a calculator made using Android Studio with Java as the language of choice.
It can do basic calculations of addition, subtraction, multiplication and division.
Note! The results are always in the form of integer!