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

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

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