https://github.com/bnnq/calculatorandroid
Simple Java calculator on Android using RPN
https://github.com/bnnq/calculatorandroid
android android-calculator calculator-application mobile mobile-application mobile-calculator reverse-polish-calculator reverse-polish-notation rpn-calculator
Last synced: about 1 year ago
JSON representation
Simple Java calculator on Android using RPN
- Host: GitHub
- URL: https://github.com/bnnq/calculatorandroid
- Owner: BnnQ
- Created: 2024-01-31T22:27:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T12:01:25.000Z (about 2 years ago)
- Last Synced: 2025-01-12T16:35:34.224Z (about 1 year ago)
- Topics: android, android-calculator, calculator-application, mobile, mobile-application, mobile-calculator, reverse-polish-calculator, reverse-polish-notation, rpn-calculator
- Language: Java
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
My first serious project on Android, which I learned and did on my own. The source code is restored from 2022, when I was not yet using VCS.
Java and Groovy were used; reverse Polish notation was used to process mathematical expressions, the implementation of which was written on my own.
The application supports different screen sizes and landscape orientation. Localization has also been implemented for two languages - Russian and English. There also light and dark theme.
Since at that time I was just starting to program and didn’t really think about the quality of the code, it is at an acceptable level in this project.
# Screenshots





