https://github.com/okelm/speechcalculator
Enter the evaluations via speech
https://github.com/okelm/speechcalculator
android dagger2 databinding kotlin mvp rxjava2
Last synced: 2 months ago
JSON representation
Enter the evaluations via speech
- Host: GitHub
- URL: https://github.com/okelm/speechcalculator
- Owner: Okelm
- License: mit
- Created: 2017-08-11T19:52:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T17:37:33.000Z (over 8 years ago)
- Last Synced: 2026-03-28T06:33:07.956Z (3 months ago)
- Topics: android, dagger2, databinding, kotlin, mvp, rxjava2
- Language: Kotlin
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpeechCalculator
Calculate simple equations by entering an expression with speech. Supports operations:
- addition
- substraction
- dividing
- multiplication
Main features:
- It starts with a tutorial on what each button does and why you may want to use it
- it holds states between app entering
- expression evaluation respects the order of operations, run in seperate thread, is resiliant to various untoward expressions
- for simplicity it supports only the portrait screen's orientation